Share via


IHealthErrorSummary.Severity Property

Definition

Severity of error.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Severity of error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.Severity) }, ReadOnly=false, Required=false, SerializedName="severity")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.Severity? Severity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Severity of error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.Severity) }, ReadOnly=false, Required=false, SerializedName="severity")>]
member this.Severity : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.Severity> with get, set
Public Property Severity As Nullable(Of Severity)

Property Value

Attributes

Applies to