Share via


IContainerServiceNetworkProfile.OutboundType Property

Definition

This can only be set at cluster creation time and cannot be changed later. For more information see egress outbound type.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OutboundType) }, ReadOnly=false, Required=false, SerializedName="outboundType")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OutboundType? OutboundType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="This can only be set at cluster creation time and cannot be changed later. For more information see [egress outbound type](https://docs.microsoft.com/azure/aks/egress-outboundtype).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OutboundType) }, ReadOnly=false, Required=false, SerializedName="outboundType")>]
member this.OutboundType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OutboundType> with get, set
Public Property OutboundType As Nullable(Of OutboundType)

Property Value

Attributes

Applies to