次の方法で共有


CloudServiceLoadBalancerConfiguration.FrontendIPConfigurations プロパティ

定義

ロード バランサーに使用するフロントエンド IP を指定します。 IPv4 フロントエンド IP アドレスのみがサポートされています。 各ロード バランサー構成には、フロントエンド IP 構成が 1 つだけ必要です。

public System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.LoadBalancerFrontendIPConfiguration> FrontendIPConfigurations { get; }
member this.FrontendIPConfigurations : System.Collections.Generic.IList<Azure.ResourceManager.Compute.Models.LoadBalancerFrontendIPConfiguration>
Public ReadOnly Property FrontendIPConfigurations As IList(Of LoadBalancerFrontendIPConfiguration)

プロパティ値

適用対象