IForwardingRulePatch.ForwardingRuleState 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 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