次の方法で共有


ApplicationGateway.FrontendIPConfigurations プロパティ

定義

アプリケーション ゲートウェイ リソースのフロントエンド IP アドレスを取得または設定します。 既定の制限については、「Application Gateway制限」を参照してください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象