INetworkInterfacePropertiesFormat.LoadBalancerFrontendIPConfiguration Property

Definition

An array of references to the load balancer IP configurations.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="An array of references to the load balancer IP configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IFrontendIPConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadBalancerFrontendIpConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IFrontendIPConfiguration> LoadBalancerFrontendIPConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="An array of references to the load balancer IP configurations.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IFrontendIPConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadBalancerFrontendIpConfigurations", Update=true)>]
member this.LoadBalancerFrontendIPConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IFrontendIPConfiguration> with get, set
Public Property LoadBalancerFrontendIPConfiguration As List(Of IFrontendIPConfiguration)

Property Value

Attributes

Applies to