ICloudServiceNetworkProfile.LoadBalancerConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(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.Api20220904.ILoadBalancerConfiguration) }, ReadOnly=false, Required=false, SerializedName="loadBalancerConfigurations")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration[] LoadBalancerConfiguration { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(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.Api20220904.ILoadBalancerConfiguration) }, ReadOnly=false, Required=false, SerializedName="loadBalancerConfigurations")>]
member this.LoadBalancerConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ILoadBalancerConfiguration[] with get, set
Public Property LoadBalancerConfiguration As ILoadBalancerConfiguration()
Property Value
- Attributes