NetworkProperties.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.
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.Origin(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus? HealthCheckStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Origin(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.PropertyOrigin.Owned)>]
member this.HealthCheckStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.HealthCheckStatus>
Public ReadOnly Property HealthCheckStatus As Nullable(Of HealthCheckStatus)
Property Value
Implements
- Attributes