ICloudServiceNetworkProfile.LoadBalancerConfiguration Property

Definition

List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadBalancerConfigurations", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerConfiguration> LoadBalancerConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="List of Load balancer configurations. Cloud service can have up to two load balancer configurations, corresponding to a Public Load Balancer and an Internal Load Balancer.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerConfiguration) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadBalancerConfigurations", Update=true)>]
member this.LoadBalancerConfiguration : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerConfiguration> with get, set
Public Property LoadBalancerConfiguration As List(Of ILoadBalancerConfiguration)

Property Value

Attributes

Applies to