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