IUpdateSummaries.HealthState 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.
Overall health state for update-specific health checks.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Overall health state for update-specific health checks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.HealthState) }, ReadOnly=false, Required=false, SerializedName="healthState")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.HealthState? HealthState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Overall health state for update-specific health checks.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.HealthState) }, ReadOnly=false, Required=false, SerializedName="healthState")>]
member this.HealthState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.HealthState> with get, set
Public Property HealthState As Nullable(Of HealthState)
Property Value
- Attributes