PrivateDnsManagementClient Interface

public interface PrivateDnsManagementClient

The interface for PrivateDnsManagementClient 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 String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract PrivateZonesClient getPrivateZones()

Gets the PrivateZonesClient object to access its operations.

abstract RecordSetsClient getRecordSets()

Gets the RecordSetsClient object to access its operations.

abstract String getSubscriptionId()

Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription.

abstract VirtualNetworkLinksClient getVirtualNetworkLinks()

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

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.

getPrivateZones

public abstract PrivateZonesClient getPrivateZones()

Gets the PrivateZonesClient object to access its operations.

Returns:

the PrivateZonesClient object.

getRecordSets

public abstract RecordSetsClient getRecordSets()

Gets the RecordSetsClient object to access its operations.

Returns:

the RecordSetsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Returns:

the subscriptionId value.

getVirtualNetworkLinks

public abstract VirtualNetworkLinksClient getVirtualNetworkLinks()

Gets the VirtualNetworkLinksClient object to access its operations.

Returns:

the VirtualNetworkLinksClient object.

Applies to