KubernetesNodeRole 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 role of this node in the cluster.
public readonly struct KubernetesNodeRole : IEquatable<Azure.ResourceManager.NetworkCloud.Models.KubernetesNodeRole>
type KubernetesNodeRole = struct
Public Structure KubernetesNodeRole
Implements IEquatable(Of KubernetesNodeRole)
- Inheritance
-
KubernetesNodeRole
- Implements
Constructors
KubernetesNodeRole(String) |
Initializes a new instance of KubernetesNodeRole. |
Properties
ControlPlane |
ControlPlane. |
Worker |
Worker. |
Methods
Equals(KubernetesNodeRole) |
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(KubernetesNodeRole, KubernetesNodeRole) |
Determines if two KubernetesNodeRole values are the same. |
Implicit(String to KubernetesNodeRole) |
Converts a string to a KubernetesNodeRole. |
Inequality(KubernetesNodeRole, KubernetesNodeRole) |
Determines if two KubernetesNodeRole values are not the same. |
Applies to
Azure SDK for .NET