Freigeben über


IContainerServiceNetworkProfile.NetworkPluginMode Property

Definition

The mode the network plugin should use.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "overlay" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The mode the network plugin should use.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkPluginMode", Update=true)]
public string NetworkPluginMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "overlay" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The mode the network plugin should use.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkPluginMode", Update=true)>]
member this.NetworkPluginMode : string with get, set
Public Property NetworkPluginMode As String

Property Value

Attributes

Applies to