IBackendAddressPool.LoadBalancerBackendAddress Property

Definition

An array of backend addresses.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="An array of backend addresses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerBackendAddress) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadBalancerBackendAddresses", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerBackendAddress> LoadBalancerBackendAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="An array of backend addresses.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerBackendAddress) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadBalancerBackendAddresses", Update=true)>]
member this.LoadBalancerBackendAddress : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.ILoadBalancerBackendAddress> with get, set
Public Property LoadBalancerBackendAddress As List(Of ILoadBalancerBackendAddress)

Property Value

Attributes

Applies to