KubernetesPluginType Struct

Definition

The indicator of how this network will be utilized by the Kubernetes cluster.

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

Constructors

Name Description
KubernetesPluginType(String)

Initializes a new instance of KubernetesPluginType.

Properties

Name Description
Dpdk

DPDK plugin type.

Ipvlan

IPVLAN plugin type.

Macvlan

MACVLAN plugin type.

OSDevice

OSDevice plugin type.

Sriov

SRIOV plugin type.

Methods

Name Description
Equals(KubernetesPluginType)

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

Name Description
Equality(KubernetesPluginType, KubernetesPluginType)

Determines if two KubernetesPluginType values are the same.

Implicit(String to KubernetesPluginType)

Converts a string to a KubernetesPluginType.

Implicit(String to Nullable<KubernetesPluginType>)
Inequality(KubernetesPluginType, KubernetesPluginType)

Determines if two KubernetesPluginType values are not the same.

Applies to