ILoadBalancer.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.Runtime.Info(Create=true, Description="The list of BGP peers it should advertise to. Null or empty means to advertise to all peers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="bgpPeers", Update=true)]
public System.Collections.Generic.List<string> BgpPeer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.KubernetesRuntime.Runtime.Info(Create=true, Description="The list of BGP peers it should advertise to. Null or empty means to advertise to all peers.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="bgpPeers", Update=true)>]
member this.BgpPeer : System.Collections.Generic.List<string> with get, set
Public Property BgpPeer As List(Of String)

Property Value

Attributes

Applies to