Language

IDnsSecurityRulePatch.DnsSecurityRuleState Property

Definition

The state of DNS security rule.

[Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The state of DNS security rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.DnsSecurityRuleState) }, ReadOnly=false, Required=false, SerializedName="dnsSecurityRuleState")]
public Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.DnsSecurityRuleState? DnsSecurityRuleState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.Info(Description="The state of DNS security rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.DnsSecurityRuleState) }, ReadOnly=false, Required=false, SerializedName="dnsSecurityRuleState")>]
member this.DnsSecurityRuleState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.DnsSecurityRuleState> with get, set
Public Property DnsSecurityRuleState As Nullable(Of DnsSecurityRuleState)

Property Value

Attributes

Applies to