Freigeben über


IBgpServiceLoadBalancerConfiguration.BgpPeer 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[] BgpPeer { 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.BgpPeer : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IServiceLoadBalancerBgpPeer[] with get, set
Public Property BgpPeer As IServiceLoadBalancerBgpPeer()

Property Value

Attributes

Applies to