LoadBalancer.BgpPeer Property

Definition

The list of BGP peers it should advertise to. Null or empty means to advertise to all peers.

[Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Origin(Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<string> BgpPeer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Origin(Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.PropertyOrigin.Inlined)>]
member this.BgpPeer : System.Collections.Generic.List<string> with get, set
Public Property BgpPeer As List(Of String)

Property Value

Implements

Attributes

Applies to