IPeerAsn.ValidationState Property

Definition

The validation state of the ASN associated with the peer.

[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The validation state of the ASN associated with the peer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.ValidationState) }, ReadOnly=true, Required=false, SerializedName="validationState")]
public Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.ValidationState? ValidationState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The validation state of the ASN associated with the peer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.ValidationState) }, ReadOnly=true, Required=false, SerializedName="validationState")>]
member this.ValidationState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.ValidationState>
Public ReadOnly Property ValidationState As Nullable(Of ValidationState)

Property Value

Attributes

Applies to