IAttachedNetworkConnectionProperties.HealthCheckStatus 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.
Health check status values
[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Health check status values", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus) }, ReadOnly=true, Required=false, SerializedName="healthCheckStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus? HealthCheckStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Health check status values", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus) }, ReadOnly=true, Required=false, SerializedName="healthCheckStatus")>]
member this.HealthCheckStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus>
Public ReadOnly Property HealthCheckStatus As Nullable(Of HealthCheckStatus)
Property Value
- Attributes