NewKubeBase.NetworkPlugin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes