Language

IForwardingRulePatch.ForwardingRuleState 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? ForwardingRuleState { 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.ForwardingRuleState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.ForwardingRuleState> with get, set
Public Property ForwardingRuleState As Nullable(Of ForwardingRuleState)

Property Value

Attributes

Applies to