ILoadBalancer.BgpPeer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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