Language

IDnsResolverIdentity.DnsSecurityRuleName Property

Definition

The name of the DNS security rule.

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

Property Value

Attributes

Applies to