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

RackDetailedStatus Struct

Definition

The more detailed status of the rack.

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

Fields

Available
Error
Provisioning

Methods

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

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

Equals(Object)

Compares values of enum type RackDetailedStatus (override for Object)

Equals(RackDetailedStatus)

Compares values of enum type RackDetailedStatus

GetHashCode()

Returns hashCode for enum RackDetailedStatus

ToString()

Returns string representation for RackDetailedStatus

Operators

Equality(RackDetailedStatus, RackDetailedStatus)

Overriding == operator for enum RackDetailedStatus

Implicit(RackDetailedStatus to String)

Implicit operator to convert RackDetailedStatus to string

Implicit(String to RackDetailedStatus)

Implicit operator to convert string to RackDetailedStatus

Inequality(RackDetailedStatus, RackDetailedStatus)

Overriding != operator for enum RackDetailedStatus

Applies to