Share via


ForwardingRuleState Struct

Definition

The state of forwarding rule.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.ForwardingRuleStateTypeConverter))]
public struct ForwardingRuleState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.ForwardingRuleState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Support.ForwardingRuleStateTypeConverter))>]
type ForwardingRuleState = struct
    interface IArgumentCompleter
Public Structure ForwardingRuleState
Implements IArgumentCompleter, IEquatable(Of ForwardingRuleState)
Inheritance
ForwardingRuleState
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ForwardingRuleState)

Compares values of enum type ForwardingRuleState

Equals(Object)

Compares values of enum type ForwardingRuleState (override for Object)

GetHashCode()

Returns hashCode for enum ForwardingRuleState

ToString()

Returns string representation for ForwardingRuleState

Operators

Equality(ForwardingRuleState, ForwardingRuleState)

Overriding == operator for enum ForwardingRuleState

Implicit(ForwardingRuleState to String)

Implicit operator to convert ForwardingRuleState to string

Implicit(String to ForwardingRuleState)

Implicit operator to convert string to ForwardingRuleState

Inequality(ForwardingRuleState, ForwardingRuleState)

Overriding != operator for enum ForwardingRuleState

Applies to