你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LoadBalancerConfigurationProperties.FrontendIpConfigurations 属性

定义

获取或设置指定要用于负载均衡器的前端 IP。 仅支持 IPv4 前端 IP 地址。 每个负载均衡器配置必须恰好具有一个前端 IP 配置。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于