Share via


IContainerServiceNetworkProfile.NetworkDataplane Property

Definition

Network dataplane used in the Kubernetes cluster.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Network dataplane used in the Kubernetes cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkDataplane) }, ReadOnly=false, Required=false, SerializedName="networkDataplane")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkDataplane? NetworkDataplane { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Network dataplane used in the Kubernetes cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkDataplane) }, ReadOnly=false, Required=false, SerializedName="networkDataplane")>]
member this.NetworkDataplane : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkDataplane> with get, set
Public Property NetworkDataplane As Nullable(Of NetworkDataplane)

Property Value

Attributes

Applies to