EsuKeyState 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 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. |