Condividi tramite


DomainRegistrationManagementClient Interface

@Deprecated
public interface DomainRegistrationManagementClient

Note

This class has been deprecated. Use azure-resourcemanager-domainregistration lib.

The interface for DomainRegistrationManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DomainRegistrationProvidersClient getDomainRegistrationProviders()

Gets the DomainRegistrationProvidersClient object to access its operations.

abstract DomainsClient getDomains()

Gets the DomainsClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract TopLevelDomainsClient getTopLevelDomains()

Gets the TopLevelDomainsClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDomainRegistrationProviders

public abstract DomainRegistrationProvidersClient getDomainRegistrationProviders()

Gets the DomainRegistrationProvidersClient object to access its operations.

Returns:

the DomainRegistrationProvidersClient object.

getDomains

public abstract DomainsClient getDomains()

Gets the DomainsClient object to access its operations.

Returns:

the DomainsClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

getTopLevelDomains

public abstract TopLevelDomainsClient getTopLevelDomains()

Gets the TopLevelDomainsClient object to access its operations.

Returns:

the TopLevelDomainsClient object.

Applies to