ArmDnsResolverModelFactory.DnsForwardingRulesetPatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.DnsResolver.Models.DnsForwardingRulesetPatch DnsForwardingRulesetPatch(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.WritableSubResource> dnsResolverOutboundEndpoints = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member DnsForwardingRulesetPatch : seq<Azure.ResourceManager.Resources.Models.WritableSubResource> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.DnsResolver.Models.DnsForwardingRulesetPatch
Public Shared Function DnsForwardingRulesetPatch (Optional dnsResolverOutboundEndpoints As IEnumerable(Of WritableSubResource) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As DnsForwardingRulesetPatch
Parameters
- dnsResolverOutboundEndpoints
- IEnumerable<WritableSubResource>
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.
- tags
- IDictionary<String,String>
Tags for DNS Resolver.
Returns
A new DnsForwardingRulesetPatch instance for mocking.