次の方法で共有


LoadBalancerVipSwapRequest.FrontendIPConfigurations プロパティ

定義

VIP をスワップするフロントエンド IP 構成リソースの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象