Freigeben über


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

Name Description
BmcKeySetDetailedStatus(String)

Initializes a new instance of BmcKeySetDetailedStatus.

Properties

Name Description
AllActive

AllActive.

AllInvalid

AllInvalid.

SomeInvalid

SomeInvalid.

Validating

Validating.

Methods

Name Description
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

Name Description
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