次の方法で共有


ApplicationGatewayBackendHealthServer.Health プロパティ

定義

バックエンド サーバーの正常性を取得または設定します。 指定できる値は、'Unknown'、'Up'、'Down'、'Partial'、'Draining' です。

[Newtonsoft.Json.JsonProperty(PropertyName="health")]
public Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServerHealth Health { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="health")>]
member this.Health : Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendHealthServerHealth with get, set
Public Property Health As ApplicationGatewayBackendHealthServerHealth

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象