Share via


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

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