BmcKeySetDetailedStatus Struct

Definition

The more detailed status of the key set.

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

Constructors

BmcKeySetDetailedStatus(String)

Initializes a new instance of BmcKeySetDetailedStatus.

Properties

AllActive

AllActive.

AllInvalid

AllInvalid.

SomeInvalid

SomeInvalid.

Validating

Validating.

Methods

Equals(BmcKeySetDetailedStatus)

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

Determines if two BmcKeySetDetailedStatus values are the same.

Implicit(String to BmcKeySetDetailedStatus)

Converts a string to a BmcKeySetDetailedStatus.

Inequality(BmcKeySetDetailedStatus, BmcKeySetDetailedStatus)

Determines if two BmcKeySetDetailedStatus values are not the same.

Applies to