Interface DnsForwardingRuleset.DefinitionStages.WithDnsResolverOutboundEndpoints

All Known Subinterfaces:
DnsForwardingRuleset.Definition
Enclosing interface:
DnsForwardingRuleset.DefinitionStages

public static interface DnsForwardingRuleset.DefinitionStages.WithDnsResolverOutboundEndpoints
The stage of the DnsForwardingRuleset definition allowing to specify dnsResolverOutboundEndpoints.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDnsResolverOutboundEndpoints(List<com.azure.core.management.SubResource> dnsResolverOutboundEndpoints)
    Specifies the dnsResolverOutboundEndpoints property: The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers..
  • Method Details

    • withDnsResolverOutboundEndpoints

      DnsForwardingRuleset.DefinitionStages.WithCreate withDnsResolverOutboundEndpoints(List<com.azure.core.management.SubResource> dnsResolverOutboundEndpoints)
      Specifies the dnsResolverOutboundEndpoints property: The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers..
      Parameters:
      dnsResolverOutboundEndpoints - The reference to the DNS resolver outbound endpoints that are used to route DNS queries matching the forwarding rules in the ruleset to the target DNS servers.
      Returns:
      the next definition stage.