KubernetesNodePowerState Struct

Definition

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

Name Description
KubernetesNodePowerState(String)

Initializes a new instance of KubernetesNodePowerState.

Properties

Name Description
Off

The node is powered off.

On

The node is powered on.

Unknown

The node is in an unknown power state.

Methods

Name Description
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

Name Description
Equality(KubernetesNodePowerState, KubernetesNodePowerState)

Determines if two KubernetesNodePowerState values are the same.

Implicit(String to KubernetesNodePowerState)

Converts a string to a KubernetesNodePowerState.

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

Determines if two KubernetesNodePowerState values are not the same.

Applies to