Language

IForwardingRule.State Property

Definition

The state of forwarding rule.

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

Property Value

Attributes

Applies to