LoadBalancerInner.FrontendIPConfigurations Property

Definition

Gets or sets object representing the frontend IPs to be used for the load balancer.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to