Compartir a través de


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 DnsResourceReferencesClient getDnsResourceReferences()

Gets the DnsResourceReferencesClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract RecordSetsClient getRecordSets()

Gets the RecordSetsClient object to access its operations.

abstract String getSubscriptionId()

Gets Specifies the Azure subscription ID, which uniquely identifies the Microsoft Azure subscription.

abstract ZonesClient getZones()

Gets the ZonesClient 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.

getDnsResourceReferences

public abstract DnsResourceReferencesClient getDnsResourceReferences()

Gets the DnsResourceReferencesClient object to access its operations.

Returns:

the DnsResourceReferencesClient 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.

getRecordSets

public abstract RecordSetsClient getRecordSets()

Gets the RecordSetsClient object to access its operations.

Returns:

the RecordSetsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets Specifies the Azure subscription ID, which uniquely identifies the Microsoft Azure subscription.

Returns:

the subscriptionId value.

getZones

public abstract ZonesClient getZones()

Gets the ZonesClient object to access its operations.

Returns:

the ZonesClient object.

Applies to