次の方法で共有


LoadBalancer.FrontendIPConfigurations プロパティ

定義

ロード バランサーに使用するフロントエンド IP を表す オブジェクトを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象