IPeerAsn.ValidationState 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 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