Freigeben über


IKubernetesCluster.BgpServiceLoadBalancerConfigurationBgpPeer Property

Definition

The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IServiceLoadBalancerBgpPeer) }, ReadOnly=false, Required=false, SerializedName="bgpPeers")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IServiceLoadBalancerBgpPeer[] BgpServiceLoadBalancerConfigurationBgpPeer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IServiceLoadBalancerBgpPeer) }, ReadOnly=false, Required=false, SerializedName="bgpPeers")>]
member this.BgpServiceLoadBalancerConfigurationBgpPeer : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IServiceLoadBalancerBgpPeer[] with get, set
Public Property BgpServiceLoadBalancerConfigurationBgpPeer As IServiceLoadBalancerBgpPeer()

Property Value

Attributes

Applies to