Freigeben über


IKubernetesCluster.BgpServiceLoadBalancerConfigurationIPAddressPool Property

Definition

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

Applies to