IPeeringRegisteredPrefix.PrefixValidationState 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 prefix validation state.
[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The prefix validation state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PrefixValidationState) }, ReadOnly=true, Required=false, SerializedName="prefixValidationState")]
public Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PrefixValidationState? PrefixValidationState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The prefix validation state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PrefixValidationState) }, ReadOnly=true, Required=false, SerializedName="prefixValidationState")>]
member this.PrefixValidationState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.PrefixValidationState>
Public ReadOnly Property PrefixValidationState As Nullable(Of PrefixValidationState)
Property Value
- Attributes