次の方法で共有


LoadBalancerBackendAddress.AdminState プロパティ

定義

一度設定すると正常性プローブをオーバーライドして、Load Balancerが常に新しい接続をバックエンドに転送したり、新しい接続を拒否したり、既存の接続をリセットしたりできる管理状態の一覧を取得または設定します。 使用可能な値は、'None'、'Up'、'Down'、'Drain' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.adminState")]
public string AdminState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.adminState")>]
member this.AdminState : string with get, set
Public Property AdminState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象