Partilhar via


PSContainerServiceNetworkProfile.OutboundType Property

Definition

Gets or sets the outbound (egress) routing method.

public string OutboundType { get; set; }
member this.OutboundType : string with get, set
Public Property OutboundType As String

Property Value

Remarks

This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://learn.microsoft.com/azure/aks/egress-outboundtype). Possible values include: 'loadBalancer', 'userDefinedRouting', 'managedNATGateway', 'userAssignedNATGateway'

Applies to