IPreValidationResponse.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.
a status value indicating success or failure of validation
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=true, Description="a status value indicating success or failure of validation", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="validationStatus", Update=true)]
public string ValidationStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.Info(Create=true, Description="a status value indicating success or failure of validation", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="validationStatus", Update=true)>]
member this.ValidationStatus : string with get, set
Public Property ValidationStatus As String
Property Value
- Attributes