INetworkInterfaceIPConfiguration.LoadBalancerBackendAddressPool Property

Definition

The reference to LoadBalancerBackendAddressPool resource.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The reference to LoadBalancerBackendAddressPool resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IBackendAddressPool) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadBalancerBackendAddressPools", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IBackendAddressPool> LoadBalancerBackendAddressPool { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The reference to LoadBalancerBackendAddressPool resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IBackendAddressPool) }, Read=true, ReadOnly=false, Required=false, SerializedName="loadBalancerBackendAddressPools", Update=true)>]
member this.LoadBalancerBackendAddressPool : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IBackendAddressPool> with get, set
Public Property LoadBalancerBackendAddressPool As List(Of IBackendAddressPool)

Property Value

Attributes

Applies to