IContainerServiceNetworkProfile.NetworkPluginMode 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.
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