Freigeben über


IContainerServiceNetworkProfile.NetworkMode Property

Definition

This cannot be specified if networkPlugin is anything other than 'azure'.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="This cannot be specified if networkPlugin is anything other than 'azure'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkMode) }, ReadOnly=false, Required=false, SerializedName="networkMode")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkMode? NetworkMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="This cannot be specified if networkPlugin is anything other than 'azure'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkMode) }, ReadOnly=false, Required=false, SerializedName="networkMode")>]
member this.NetworkMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkMode> with get, set
Public Property NetworkMode As Nullable(Of NetworkMode)

Property Value

Attributes

Applies to