KubernetesPluginType Struct
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.
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
KubernetesPluginType(String) |
Initializes a new instance of KubernetesPluginType. |
Properties
Dpdk |
DPDK. |
Ipvlan |
IPVLAN. |
Macvlan |
MACVLAN. |
OSDevice |
OSDevice. |
Sriov |
SRIOV. |
Methods
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
Equality(KubernetesPluginType, KubernetesPluginType) |
Determines if two KubernetesPluginType values are the same. |
Implicit(String to KubernetesPluginType) |
Converts a String to a KubernetesPluginType. |
Inequality(KubernetesPluginType, KubernetesPluginType) |
Determines if two KubernetesPluginType values are not the same. |
Applies to
Azure SDK for .NET