Share via


EsuKeyState Struct

Definition

The ESU key state.

public readonly struct EsuKeyState : IEquatable<Azure.ResourceManager.HybridCompute.Models.EsuKeyState>
type EsuKeyState = struct
Public Structure EsuKeyState
Implements IEquatable(Of EsuKeyState)
Inheritance
EsuKeyState
Implements

Constructors

EsuKeyState(String)

Initializes a new instance of EsuKeyState.

Properties

Active

Active.

Inactive

Inactive.

Methods

Equals(EsuKeyState)

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(EsuKeyState, EsuKeyState)

Determines if two EsuKeyState values are the same.

Implicit(String to EsuKeyState)

Converts a string to a EsuKeyState.

Inequality(EsuKeyState, EsuKeyState)

Determines if two EsuKeyState values are not the same.

Applies to