Share via


IPrecheckResult.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.Runtime.Info(Description="Severity of the result (Critical, Warning, Informational, Hidden). This answers how important the result is. Critical is the only update-blocking severity.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.Severity) }, ReadOnly=false, Required=false, SerializedName="severity")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.Severity? Severity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Severity of the result (Critical, Warning, Informational, Hidden). This answers how important the result is. Critical is the only update-blocking severity.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.Severity) }, ReadOnly=false, Required=false, SerializedName="severity")>]
member this.Severity : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.Severity> with get, set
Public Property Severity As Nullable(Of Severity)

Property Value

Attributes

Applies to