DnsResolverManagementClient Interface

public interface DnsResolverManagementClient

The interface for DnsResolverManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Version parameter.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DnsForwardingRulesetsClient getDnsForwardingRulesets()

Gets the DnsForwardingRulesetsClient object to access its operations.

abstract DnsResolverDomainListsClient getDnsResolverDomainLists()

Gets the DnsResolverDomainListsClient object to access its operations.

abstract DnsResolverPoliciesClient getDnsResolverPolicies()

Gets the DnsResolverPoliciesClient object to access its operations.

abstract DnsResolverPolicyVirtualNetworkLinksClient getDnsResolverPolicyVirtualNetworkLinks()

Gets the DnsResolverPolicyVirtualNetworkLinksClient object to access its operations.

abstract DnsResolversClient getDnsResolvers()

Gets the DnsResolversClient object to access its operations.

abstract DnsSecurityRulesClient getDnsSecurityRules()

Gets the DnsSecurityRulesClient object to access its operations.

abstract String getEndpoint()

Gets Service host.

abstract ForwardingRulesClient getForwardingRules()

Gets the ForwardingRulesClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract InboundEndpointsClient getInboundEndpoints()

Gets the InboundEndpointsClient object to access its operations.

abstract OutboundEndpointsClient getOutboundEndpoints()

Gets the OutboundEndpointsClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

abstract VirtualNetworkLinksClient getVirtualNetworkLinks()

Gets the VirtualNetworkLinksClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDnsForwardingRulesets

public abstract DnsForwardingRulesetsClient getDnsForwardingRulesets()

Gets the DnsForwardingRulesetsClient object to access its operations.

Returns:

the DnsForwardingRulesetsClient object.

getDnsResolverDomainLists

public abstract DnsResolverDomainListsClient getDnsResolverDomainLists()

Gets the DnsResolverDomainListsClient object to access its operations.

Returns:

the DnsResolverDomainListsClient object.

getDnsResolverPolicies

public abstract DnsResolverPoliciesClient getDnsResolverPolicies()

Gets the DnsResolverPoliciesClient object to access its operations.

Returns:

the DnsResolverPoliciesClient object.

getDnsResolverPolicyVirtualNetworkLinks

public abstract DnsResolverPolicyVirtualNetworkLinksClient getDnsResolverPolicyVirtualNetworkLinks()

Gets the DnsResolverPolicyVirtualNetworkLinksClient object to access its operations.

Returns:

the DnsResolverPolicyVirtualNetworkLinksClient object.

getDnsResolvers

public abstract DnsResolversClient getDnsResolvers()

Gets the DnsResolversClient object to access its operations.

Returns:

the DnsResolversClient object.

getDnsSecurityRules

public abstract DnsSecurityRulesClient getDnsSecurityRules()

Gets the DnsSecurityRulesClient object to access its operations.

Returns:

the DnsSecurityRulesClient object.

getEndpoint

public abstract String getEndpoint()

Gets Service host.

Returns:

the endpoint value.

getForwardingRules

public abstract ForwardingRulesClient getForwardingRules()

Gets the ForwardingRulesClient object to access its operations.

Returns:

the ForwardingRulesClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getInboundEndpoints

public abstract InboundEndpointsClient getInboundEndpoints()

Gets the InboundEndpointsClient object to access its operations.

Returns:

the InboundEndpointsClient object.

getOutboundEndpoints

public abstract OutboundEndpointsClient getOutboundEndpoints()

Gets the OutboundEndpointsClient object to access its operations.

Returns:

the OutboundEndpointsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription. The value must be an UUID.

Returns:

the subscriptionId value.

getVirtualNetworkLinks

public abstract VirtualNetworkLinksClient getVirtualNetworkLinks()

Gets the VirtualNetworkLinksClient object to access its operations.

Returns:

the VirtualNetworkLinksClient object.

Applies to