Partilhar via


BareMetalMachineKeySetDetailedStatus Struct

Definition

The more detailed status of the key set.

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

Constructors

Name Description
BareMetalMachineKeySetDetailedStatus(String)

Initializes a new instance of BareMetalMachineKeySetDetailedStatus.

Properties

Name Description
AllActive

AllActive.

AllInvalid

AllInvalid.

SomeInvalid

SomeInvalid.

Validating

Validating.

Methods

Name Description
Equals(BareMetalMachineKeySetDetailedStatus)

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

Name Description
Equality(BareMetalMachineKeySetDetailedStatus, BareMetalMachineKeySetDetailedStatus)

Determines if two BareMetalMachineKeySetDetailedStatus values are the same.

Implicit(String to BareMetalMachineKeySetDetailedStatus)

Converts a String to a BareMetalMachineKeySetDetailedStatus.

Inequality(BareMetalMachineKeySetDetailedStatus, BareMetalMachineKeySetDetailedStatus)

Determines if two BareMetalMachineKeySetDetailedStatus values are not the same.

Applies to