Share via


NetworkDataplane Struct

Definition

Network dataplane used in the Kubernetes cluster.

public readonly struct NetworkDataplane : IEquatable<Azure.ResourceManager.ContainerService.Models.NetworkDataplane>
type NetworkDataplane = struct
Public Structure NetworkDataplane
Implements IEquatable(Of NetworkDataplane)
Inheritance
NetworkDataplane
Implements

Constructors

NetworkDataplane(String)

Initializes a new instance of NetworkDataplane.

Properties

Azure

Use Azure network dataplane.

Cilium

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

Methods

Equals(NetworkDataplane)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(NetworkDataplane, NetworkDataplane)

Determines if two NetworkDataplane values are the same.

Implicit(String to NetworkDataplane)

Converts a string to a NetworkDataplane.

Inequality(NetworkDataplane, NetworkDataplane)

Determines if two NetworkDataplane values are not the same.

Applies to