Interface DomainRegistrationManagementClient
Deprecated.
Use azure-resourcemanager-domainregistration lib.
The interface for DomainRegistrationManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets Api Version.Deprecated.Gets The default poll interval for long-running operation.Deprecated.Gets the DomainRegistrationProvidersClient object to access its operations.Deprecated.Gets the DomainsClient object to access its operations.Deprecated.Gets server parameter.com.azure.core.http.HttpPipelineDeprecated.Gets The HTTP pipeline to send requests through.Deprecated.Gets The ID of the target subscription.Deprecated.Gets the TopLevelDomainsClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Deprecated.Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
-
getApiVersion
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Deprecated.Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Deprecated.Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getDomainRegistrationProviders
DomainRegistrationProvidersClient getDomainRegistrationProviders()Deprecated.Gets the DomainRegistrationProvidersClient object to access its operations.- Returns:
- the DomainRegistrationProvidersClient object.
-
getDomains
DomainsClient getDomains()Deprecated.Gets the DomainsClient object to access its operations.- Returns:
- the DomainsClient object.
-
getTopLevelDomains
TopLevelDomainsClient getTopLevelDomains()Deprecated.Gets the TopLevelDomainsClient object to access its operations.- Returns:
- the TopLevelDomainsClient object.
-