IDnsResolverIdentity.DnsResolverPolicyName Property
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.
The name of the DNS resolver policy.
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The name of the DNS resolver policy.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsResolverPolicyName")]
public string DnsResolverPolicyName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The name of the DNS resolver policy.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverPolicyName", Update=true)]
public string DnsResolverPolicyName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The name of the DNS resolver policy.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="dnsResolverPolicyName")>]
member this.DnsResolverPolicyName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Create=true, Description="The name of the DNS resolver policy.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dnsResolverPolicyName", Update=true)>]
member this.DnsResolverPolicyName : string with get, set
Public Property DnsResolverPolicyName As String
Property Value
- Attributes