Delen via


ImdsAttestationState Struct

Definition

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.

Applies to