OutboundType type
Defines values for OutboundType.
KnownOutboundType can be used interchangeably with OutboundType,
this enum contains the known values that the service supports.
Known values supported by the service
loadBalancer: The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'.
userDefinedRouting: Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration.
type OutboundType = string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript