你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ValidationState Struct

Definition

The validation state of the ASN associated with the peer.

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

Fields

Approved
Failed
None
Pending

Methods

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

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

Equals(Object)

Compares values of enum type ValidationState (override for Object)

Equals(ValidationState)

Compares values of enum type ValidationState

GetHashCode()

Returns hashCode for enum ValidationState

ToString()

Returns string representation for ValidationState

Operators

Equality(ValidationState, ValidationState)

Overriding == operator for enum ValidationState

Implicit(String to ValidationState)

Implicit operator to convert string to ValidationState

Implicit(ValidationState to String)

Implicit operator to convert ValidationState to string

Inequality(ValidationState, ValidationState)

Overriding != operator for enum ValidationState

Applies to