IBaseManagedCluster.NetworkProfileOutboundType Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The outbound (egress) routing method.", 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? NetworkProfileOutboundType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The outbound (egress) routing method.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OutboundType) }, ReadOnly=false, Required=false, SerializedName="outboundType")>]
member this.NetworkProfileOutboundType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OutboundType> with get, set
Public Property NetworkProfileOutboundType As Nullable(Of OutboundType)

Property Value

Nullable<OutboundType>
Attributes

Applies to