EdgeKubernetesNodeType 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.
Node type - Master/Worker.
public readonly struct EdgeKubernetesNodeType : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesNodeType>
type EdgeKubernetesNodeType = struct
Public Structure EdgeKubernetesNodeType
Implements IEquatable(Of EdgeKubernetesNodeType)
- Inheritance
-
EdgeKubernetesNodeType
- Implements
Constructors
EdgeKubernetesNodeType(String) |
Initializes a new instance of EdgeKubernetesNodeType. |
Properties
Invalid |
Invalid. |
Master |
Master. |
Worker |
Worker. |
Methods
Equals(EdgeKubernetesNodeType) |
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(EdgeKubernetesNodeType, EdgeKubernetesNodeType) |
Determines if two EdgeKubernetesNodeType values are the same. |
Implicit(String to EdgeKubernetesNodeType) |
Converts a string to a EdgeKubernetesNodeType. |
Inequality(EdgeKubernetesNodeType, EdgeKubernetesNodeType) |
Determines if two EdgeKubernetesNodeType values are not the same. |
Applies to
Azure SDK for .NET