INetworkConfiguration.BgpServiceLoadBalancerConfigurationIPAddressPool 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 list of pools of IP addresses that can be allocated to Load Balancer services.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The list of pools of IP addresses that can be allocated to Load Balancer services.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IIPAddressPool) }, ReadOnly=false, Required=false, SerializedName="ipAddressPools")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IIPAddressPool[] BgpServiceLoadBalancerConfigurationIPAddressPool { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The list of pools of IP addresses that can be allocated to Load Balancer services.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IIPAddressPool) }, ReadOnly=false, Required=false, SerializedName="ipAddressPools")>]
member this.BgpServiceLoadBalancerConfigurationIPAddressPool : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IIPAddressPool[] with get, set
Public Property BgpServiceLoadBalancerConfigurationIPAddressPool As IIPAddressPool()
Property Value
- Attributes