Share via


IHealthCheck.Status Property

Definition

The status of the health check item.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The status of the health check item.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus) }, ReadOnly=true, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus? Status { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="The status of the health check item.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus) }, ReadOnly=true, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus>
Public ReadOnly Property Status As Nullable(Of HealthCheckStatus)

Property Value

Attributes

Applies to