ArmDnsResolverModelFactory.DnsResolverPatch Method

Definition

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.

Applies to