Freigeben über


IContainerServiceNetworkProfile.NetworkDataplane Property

Definition

Network dataplane used in the Kubernetes cluster.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "azure", "cilium" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Network dataplane used in the Kubernetes cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkDataplane", Update=true)]
public string NetworkDataplane { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "azure", "cilium" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Network dataplane used in the Kubernetes cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkDataplane", Update=true)>]
member this.NetworkDataplane : string with get, set
Public Property NetworkDataplane As String

Property Value

Attributes

Applies to