NewKubeBase.NetworkPlugin Property

Definition

[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "azure", "kubenet" })]
[System.Management.Automation.Parameter(HelpMessage="Network plugin used for building Kubernetes network.", Mandatory=false)]
public string NetworkPlugin { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.PSArgumentCompleter(new System.String[] { "azure", "kubenet" })>]
[<System.Management.Automation.Parameter(HelpMessage="Network plugin used for building Kubernetes network.", Mandatory=false)>]
member this.NetworkPlugin : string with get, set
Public Property NetworkPlugin As String

Property Value

String
Attributes

Applies to