ImdsAttestationState 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.
IMDS attestation status of the cluster.
public readonly struct ImdsAttestationState : IEquatable<Azure.ResourceManager.Hci.Models.ImdsAttestationState>
type ImdsAttestationState = struct
Public Structure ImdsAttestationState
Implements IEquatable(Of ImdsAttestationState)
- Inheritance
-
ImdsAttestationState
- Implements
Constructors
| ImdsAttestationState(String) |
Initializes a new instance of ImdsAttestationState. |
Properties
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Equals(ImdsAttestationState) |
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(ImdsAttestationState, ImdsAttestationState) |
Determines if two ImdsAttestationState values are the same. |
| Implicit(String to ImdsAttestationState) |
Converts a String to a ImdsAttestationState. |
| Inequality(ImdsAttestationState, ImdsAttestationState) |
Determines if two ImdsAttestationState values are not the same. |