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