IUpdate.HealthState Property

Definition

Overall health state for update-specific health checks.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "Unknown", "Success", "Failure", "Warning", "Error", "InProgress" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Overall health state for update-specific health checks.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="healthState", Update=true)]
public string HealthState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "Unknown", "Success", "Failure", "Warning", "Error", "InProgress" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=true, Description="Overall health state for update-specific health checks.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="healthState", Update=true)>]
member this.HealthState : string with get, set
Public Property HealthState As String

Property Value

Attributes

Applies to