Freigeben über


NetworkDataplane Struct

Definition

Network dataplane used in the Kubernetes cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkDataplaneTypeConverter))]
public struct NetworkDataplane : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkDataplane>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.NetworkDataplaneTypeConverter))>]
type NetworkDataplane = struct
    interface IArgumentCompleter
Public Structure NetworkDataplane
Implements IArgumentCompleter, IEquatable(Of NetworkDataplane)
Inheritance
NetworkDataplane
Attributes
Implements

Fields

Azure

Use Azure network dataplane.

Cilium

Use Cilium network dataplane. See Azure CNI Powered by Cilium for more information.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(NetworkDataplane)

Compares values of enum type NetworkDataplane

Equals(Object)

Compares values of enum type NetworkDataplane (override for Object)

GetHashCode()

Returns hashCode for enum NetworkDataplane

ToString()

Returns string representation for NetworkDataplane

Operators

Equality(NetworkDataplane, NetworkDataplane)

Overriding == operator for enum NetworkDataplane

Implicit(NetworkDataplane to String)

Implicit operator to convert NetworkDataplane to string

Implicit(String to NetworkDataplane)

Implicit operator to convert string to NetworkDataplane

Inequality(NetworkDataplane, NetworkDataplane)

Overriding != operator for enum NetworkDataplane

Applies to