次の方法で共有


ApplicationGatewayBackendHealthHttpSettings.Servers プロパティ

定義

ApplicationGatewayBackendHealthServer リソースの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="servers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthServer> Servers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="servers")>]
member this.Servers : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ApplicationGatewayBackendHealthServer> with get, set
Public Property Servers As IList(Of ApplicationGatewayBackendHealthServer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象