次の方法で共有


BackendAddressPool.BackendIPConfigurations プロパティ

定義

ネットワーク インターフェイスで定義されている IP アドレスへの参照の配列を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.backendIPConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration> BackendIPConfigurations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.backendIPConfigurations")>]
member this.BackendIPConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration>
Public ReadOnly Property BackendIPConfigurations As IList(Of NetworkInterfaceIPConfiguration)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象