次の方法で共有


EndpointInner.EndpointStatus プロパティ

定義

エンドポイントの状態を取得または設定します。 エンドポイントが有効な場合、これはエンドポイントの正常性をプローブし、トラフィックのルーティング方法に含まれます。 使用可能な値は次のとおりです: '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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象