Share via


PrivateLinkService.LoadBalancerFrontendIpConfigurations Property

Definition

Gets or sets an array of references to the load balancer IP configurations.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to