次の方法で共有


Subnet.ApplicationGatewayIpConfigurations プロパティ

定義

仮想ネットワーク リソースのアプリケーション ゲートウェイ IP 構成を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象