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

StageStatus Struct

Definition

Holds the device erasure completion status

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

Fields

Cancelled

Stage has been cancelled.

Cancelling

Stage is cancelling.

CustomerActionPerformed

Stage has performed customer action for clean up.

CustomerActionPerformedForCleanUp

Stage has performed customer action for clean up.

Failed

Stage has failed.

InProgress

Stage is in progress.

None

No status available yet.

Succeeded

Stage has succeeded.

SucceededWithErrors

Stage has succeeded with errors.

SucceededWithWarnings

Stage has succeeded with warnings.

WaitingForCustomerAction

Stage is stuck until customer takes some action.

WaitingForCustomerActionForCleanUp

Stage is waiting for customer action for clean up.

WaitingForCustomerActionForKek

Stage is waiting for customer action for kek action items.

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 StageStatus (override for Object)

Equals(StageStatus)

Compares values of enum type StageStatus

GetHashCode()

Returns hashCode for enum StageStatus

ToString()

Returns string representation for StageStatus

Operators

Equality(StageStatus, StageStatus)

Overriding == operator for enum StageStatus

Implicit(StageStatus to String)

Implicit operator to convert StageStatus to string

Implicit(String to StageStatus)

Implicit operator to convert string to StageStatus

Inequality(StageStatus, StageStatus)

Overriding != operator for enum StageStatus

Applies to