ArmDnsResolverModelFactory.DnsResolverPolicyPatch 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.DnsResolverPolicyPatch DnsResolverPolicyPatch(System.Collections.Generic.IDictionary<string,string> tags = default);
static member DnsResolverPolicyPatch : System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.DnsResolver.Models.DnsResolverPolicyPatch
Public Shared Function DnsResolverPolicyPatch (Optional tags As IDictionary(Of String, String) = Nothing) As DnsResolverPolicyPatch
Parameters
- tags
- IDictionary<String,String>
Tags for DNS resolver policy.
Returns
A new DnsResolverPolicyPatch instance for mocking.