PrivateLinkServiceInner.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.Fluent.Models.FrontendIPConfigurationInner> LoadBalancerFrontendIpConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.loadBalancerFrontendIpConfigurations")>]
member this.LoadBalancerFrontendIpConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner> with get, set
Public Property LoadBalancerFrontendIpConfigurations As IList(Of FrontendIPConfigurationInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to