Freigeben über


IContainerServiceNetworkProfile.NetworkMode Property

Definition

The network mode Azure CNI is configured with. This cannot be specified if networkPlugin is anything other than 'azure'.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "transparent", "bridge" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The network mode Azure CNI is configured with. This cannot be specified if networkPlugin is anything other than 'azure'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkMode", Update=true)]
public string NetworkMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "transparent", "bridge" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The network mode Azure CNI is configured with. This cannot be specified if networkPlugin is anything other than 'azure'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkMode", Update=true)>]
member this.NetworkMode : string with get, set
Public Property NetworkMode As String

Property Value

Attributes

Applies to