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
Dns |
getDnsForwardingRulesets()
Gets the Dns |
|
abstract
Dns |
getDnsResolverDomainLists()
Gets the Dns |
|
abstract
Dns |
getDnsResolverPolicies()
Gets the Dns |
|
abstract
Dns |
getDnsResolverPolicyVirtualNetworkLinks()
Gets the Dns |
|
abstract
Dns |
getDnsResolvers()
Gets the Dns |
|
abstract
Dns |
getDnsSecurityRules()
Gets the Dns |
| abstract String |
getEndpoint()
Gets Service host. |
|
abstract
Forwarding |
getForwardingRules()
Gets the Forwarding |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Inbound |
getInboundEndpoints()
Gets the Inbound |
|
abstract
Outbound |
getOutboundEndpoints()
Gets the Outbound |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Virtual |
getVirtualNetworkLinks()
Gets the Virtual |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Version parameter.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDnsForwardingRulesets
public abstract DnsForwardingRulesetsClient getDnsForwardingRulesets()
Gets the DnsForwardingRulesetsClient object to access its operations.
Returns:
getDnsResolverDomainLists
public abstract DnsResolverDomainListsClient getDnsResolverDomainLists()
Gets the DnsResolverDomainListsClient object to access its operations.
Returns:
getDnsResolverPolicies
public abstract DnsResolverPoliciesClient getDnsResolverPolicies()
Gets the DnsResolverPoliciesClient object to access its operations.
Returns:
getDnsResolverPolicyVirtualNetworkLinks
public abstract DnsResolverPolicyVirtualNetworkLinksClient getDnsResolverPolicyVirtualNetworkLinks()
Gets the DnsResolverPolicyVirtualNetworkLinksClient object to access its operations.
Returns:
getDnsResolvers
public abstract DnsResolversClient getDnsResolvers()
Gets the DnsResolversClient object to access its operations.
Returns:
getDnsSecurityRules
public abstract DnsSecurityRulesClient getDnsSecurityRules()
Gets the DnsSecurityRulesClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets Service host.
Returns:
getForwardingRules
public abstract ForwardingRulesClient getForwardingRules()
Gets the ForwardingRulesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getInboundEndpoints
public abstract InboundEndpointsClient getInboundEndpoints()
Gets the InboundEndpointsClient object to access its operations.
Returns:
getOutboundEndpoints
public abstract OutboundEndpointsClient getOutboundEndpoints()
Gets the OutboundEndpointsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
Returns:
getVirtualNetworkLinks
public abstract VirtualNetworkLinksClient getVirtualNetworkLinks()
Gets the VirtualNetworkLinksClient object to access its operations.
Returns: