Language

IDnsResolverIdentity.DnsResolverName Property

Definition

The name of the DNS resolver.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The name of the DNS resolver.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsResolverName")]
public string DnsResolverName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The name of the DNS resolver.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverName", Update=true)]
public string DnsResolverName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The name of the DNS resolver.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsResolverName")>]
member this.DnsResolverName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The name of the DNS resolver.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverName", Update=true)>]
member this.DnsResolverName : string with get, set
Public Property DnsResolverName As String

Property Value

Attributes

Applies to