你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BareMetalMachineKeySetDetailedStatus Struct

Definition

The more detailed status of the key set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineKeySetDetailedStatusTypeConverter))]
public struct BareMetalMachineKeySetDetailedStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineKeySetDetailedStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineKeySetDetailedStatusTypeConverter))>]
type BareMetalMachineKeySetDetailedStatus = struct
    interface IArgumentCompleter
Public Structure BareMetalMachineKeySetDetailedStatus
Implements IArgumentCompleter, IEquatable(Of BareMetalMachineKeySetDetailedStatus)
Inheritance
BareMetalMachineKeySetDetailedStatus
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(BareMetalMachineKeySetDetailedStatus)

Compares values of enum type BareMetalMachineKeySetDetailedStatus

Equals(Object)

Compares values of enum type BareMetalMachineKeySetDetailedStatus (override for Object)

GetHashCode()

Returns hashCode for enum BareMetalMachineKeySetDetailedStatus

ToString()

Returns string representation for BareMetalMachineKeySetDetailedStatus

Operators

Equality(BareMetalMachineKeySetDetailedStatus, BareMetalMachineKeySetDetailedStatus)

Overriding == operator for enum BareMetalMachineKeySetDetailedStatus

Implicit(BareMetalMachineKeySetDetailedStatus to String)

Implicit operator to convert BareMetalMachineKeySetDetailedStatus to string

Implicit(String to BareMetalMachineKeySetDetailedStatus)

Implicit operator to convert string to BareMetalMachineKeySetDetailedStatus

Inequality(BareMetalMachineKeySetDetailedStatus, BareMetalMachineKeySetDetailedStatus)

Overriding != operator for enum BareMetalMachineKeySetDetailedStatus

Applies to