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
Domain |
getDomainRegistrationProviders()
Gets the Domain |
|
abstract
Domains |
getDomains()
Gets the Domains |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Top |
getTopLevelDomains()
Gets the Top |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDomainRegistrationProviders
public abstract DomainRegistrationProvidersClient getDomainRegistrationProviders()
Gets the DomainRegistrationProvidersClient object to access its operations.
Returns:
getDomains
public abstract DomainsClient getDomains()
Gets the DomainsClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getTopLevelDomains
public abstract TopLevelDomainsClient getTopLevelDomains()
Gets the TopLevelDomainsClient object to access its operations.
Returns: