AddressValidationOutput.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.
Gets the address validation status. Possible values include: 'Valid', 'Invalid', 'Ambiguous'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.validationStatus")]
public Microsoft.Azure.Management.DataBox.Models.AddressValidationStatus? ValidationStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.validationStatus")>]
member this.ValidationStatus : Nullable<Microsoft.Azure.Management.DataBox.Models.AddressValidationStatus>
Public ReadOnly Property ValidationStatus As Nullable(Of AddressValidationStatus)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute