Share via


PrecheckResult.Severity Property

Definition

Severity of the result (Critical, Warning, Informational, Hidden). This answers how important the result is. Critical is the only update-blocking severity.

[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Origin(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.Severity? Severity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Origin(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PropertyOrigin.Owned)>]
member this.Severity : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.Severity> with get, set
Public Property Severity As Nullable(Of Severity)

Property Value

Implements

Attributes

Applies to