Interface DnsManagementClient
public interface DnsManagementClient
The interface for DnsManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets The default poll interval for long-running operation.Gets the DnsResourceReferencesClient object to access its operations.Gets server parameter.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the RecordSetsClient object to access its operations.Gets Specifies the Azure subscription ID, which uniquely identifies the Microsoft Azure subscription.getZones()Gets the ZonesClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets Specifies the Azure subscription ID, which uniquely identifies the Microsoft Azure subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getRecordSets
RecordSetsClient getRecordSets()Gets the RecordSetsClient object to access its operations.- Returns:
- the RecordSetsClient object.
-
getZones
ZonesClient getZones()Gets the ZonesClient object to access its operations.- Returns:
- the ZonesClient object.
-
getDnsResourceReferences
DnsResourceReferencesClient getDnsResourceReferences()Gets the DnsResourceReferencesClient object to access its operations.- Returns:
- the DnsResourceReferencesClient object.
-