Share via


ValidationResponse.Status Property

Definition

Gets overall validation status. Possible values include: 'AllValidToProceed', 'InputsRevisitRequired', 'CertainInputValidationsSkipped'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public Microsoft.Azure.Management.DataBox.Models.OverallValidationStatus? Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : Nullable<Microsoft.Azure.Management.DataBox.Models.OverallValidationStatus>
Public ReadOnly Property Status As Nullable(Of OverallValidationStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to