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