DnsManagementClient Interface
public interface DnsManagementClient
The interface for DnsManagementClient 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
Dns |
getDnsResourceReferences()
Gets the Dns |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Record |
getRecordSets()
Gets the Record |
abstract String |
getSubscriptionId()
Gets Specifies the Azure subscription ID, which uniquely identifies the Microsoft Azure subscription. |
abstract
Zones |
getZones()
Gets the Zones |
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:
getDnsResourceReferences
public abstract DnsResourceReferencesClient getDnsResourceReferences()
Gets the DnsResourceReferencesClient 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:
getRecordSets
public abstract RecordSetsClient getRecordSets()
Gets the RecordSetsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Specifies the Azure subscription ID, which uniquely identifies the Microsoft Azure subscription.
Returns:
getZones
public abstract ZonesClient getZones()
Gets the ZonesClient object to access its operations.
Returns:
Applies to
Azure SDK for Java