Compartir a través de


Endpoint.EndpointMonitorStatus Propiedad

Definición

Obtiene o establece el estado de supervisión del punto de conexión. Entre los valores posibles se incluyen: "CheckingEndpoint", "Online", "Degraded", "Disabled", "Inactive", "Stopped"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.endpointMonitorStatus")]
public Microsoft.Azure.Management.TrafficManager.Models.EndpointMonitorStatus? EndpointMonitorStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.endpointMonitorStatus")>]
member this.EndpointMonitorStatus : Nullable<Microsoft.Azure.Management.TrafficManager.Models.EndpointMonitorStatus> with get, set
Public Property EndpointMonitorStatus As Nullable(Of EndpointMonitorStatus)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a