BmcKeySetDetailedStatus Struct

Definition

The more detailed status of the key set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BmcKeySetDetailedStatusTypeConverter))]
public struct BmcKeySetDetailedStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BmcKeySetDetailedStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BmcKeySetDetailedStatusTypeConverter))>]
type BmcKeySetDetailedStatus = struct
    interface IArgumentCompleter
Public Structure BmcKeySetDetailedStatus
Implements IArgumentCompleter, IEquatable(Of BmcKeySetDetailedStatus)
Inheritance
BmcKeySetDetailedStatus
Attributes
Implements

Fields

AllActive
AllInvalid
SomeInvalid
Validating

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(BmcKeySetDetailedStatus)

Compares values of enum type BmcKeySetDetailedStatus

Equals(Object)

Compares values of enum type BmcKeySetDetailedStatus (override for Object)

GetHashCode()

Returns hashCode for enum BmcKeySetDetailedStatus

ToString()

Returns string representation for BmcKeySetDetailedStatus

Operators

Equality(BmcKeySetDetailedStatus, BmcKeySetDetailedStatus)

Overriding == operator for enum BmcKeySetDetailedStatus

Implicit(BmcKeySetDetailedStatus to String)

Implicit operator to convert BmcKeySetDetailedStatus to string

Implicit(String to BmcKeySetDetailedStatus)

Implicit operator to convert string to BmcKeySetDetailedStatus

Inequality(BmcKeySetDetailedStatus, BmcKeySetDetailedStatus)

Overriding != operator for enum BmcKeySetDetailedStatus

Applies to