IHardwareValidationStatus.Result 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 outcome of the hardware validation.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Pass", "Fail" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The outcome of the hardware validation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="result", Update=false)]
public string Result { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Pass", "Fail" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=false, Description="The outcome of the hardware validation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="result", Update=false)>]
member this.Result : string
Public ReadOnly Property Result As String
Property Value
- Attributes