IInboundNatRule.LoadBalancerBackendAddressPool Property

Definition

The reference to LoadBalancerBackendAddressPool resource.

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

Property Value

Attributes

Applies to