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