Compartir a través de


Endpoint.EndpointStatus Propiedad

Definición

Obtiene o establece el estado del punto de conexión. Si el valor del extremo es Enabled, se sondea el mantenimiento del extremo y se incluye en el método de enrutamiento de tráfico. Entre los valores posibles se incluyen: "Enabled", "Disabled"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a