IInboundNatRulePropertiesFormat.LoadBalancerBackendAddressPool 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.
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