次の方法で共有


ApplicationGatewayBackendAddressPool.BackendAddresses プロパティ

定義

バックエンド アドレスを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象