OutboundType Class
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.
Defines values for OutboundType.
public static class OutboundType
type OutboundType = class
Public Class OutboundType
- Inheritance
-
OutboundType
Fields
LoadBalancer |
The load balancer is used for egress through an AKS assigned public IP. This supports Kubernetes services of type 'loadBalancer'. For more information see outbound type loadbalancer. |
ManagedNATGateway |
The AKS-managed NAT gateway is used for egress. |
UserAssignedNATGateway |
The user-assigned NAT gateway associated to the cluster subnet is used for egress. This is an advanced scenario and requires proper network configuration. |
UserDefinedRouting |
Egress paths must be defined by the user. This is an advanced scenario and requires proper network configuration. For more information see outbound type userDefinedRouting. |