INetworkConnection.HealthCheckStatus Property

Definition

Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.", 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="Overall health status of the network connection. Health checks are run on creation, update, and periodically to validate the network connection.", 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

Applies to