IBgpServiceLoadBalancerConfiguration Interface
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.
[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) |