你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IBgpServiceLoadBalancerConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BgpServiceLoadBalancerConfigurationTypeConverter))]
public interface IBgpServiceLoadBalancerConfiguration : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.BgpServiceLoadBalancerConfigurationTypeConverter))>]
type IBgpServiceLoadBalancerConfiguration = interface
    interface IJsonSerializable
Public Interface IBgpServiceLoadBalancerConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

BgpAdvertisement

The association of IP address pools to the communities and peers, allowing for announcement of IPs.

BgpPeer

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

FabricPeeringEnabled

The indicator to specify if the load balancer peers with the network fabric.

IPAddressPool

The list of pools of IP addresses that can be allocated to Load Balancer services.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to