Compartir a través de


EndpointInner.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 string EndpointStatus { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.endpointStatus")>]
member this.EndpointStatus : string with get, set
Public Property EndpointStatus As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a