Share via


StageName Struct

Definition

Name of the stage which is in progress.

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

Fields

Aborted

Order has been aborted.

AtAzureDc

Device has been received at Azure datacenter from the user.

AwaitingShipmentDetails

Awaiting shipment details of device from customer.

Cancelled

Order has been cancelled.

Completed

Order has completed.

CompletedWithErrors

Order has completed with errors.

CompletedWithWarnings

Order has completed with warnings.

Created

Job created by the customer.

DataCopy

Data copy from the device at Azure datacenter.

Delivered

Device has been delivered to the user of the order.

DeviceOrdered

An order has been created.

DevicePrepared

A device has been prepared for the order.

Dispatched

Device has been dispatched to the user of the order.

FailedIssueDetectedAtAzureDc

Order has failed due to issue detected at Azure datacenter.

FailedIssueReportedAtCustomer

Order has failed due to issue reported by user.

PickedUp

Device has been picked up from user and in transit to Azure datacenter.

PreparingToShipFromAzureDc

Preparing the device to ship to customer.

ReadyToDispatchFromAzureDc

Device is ready to be handed to customer from Azure DC.

ReadyToReceiveAtAzureDc

Device can be dropped off at Azure DC.

ShippedToAzureDc

User shipped the device to AzureDC.

ShippedToCustomer

Shipped the device to customer.

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

Equals(StageName)

Compares values of enum type StageName

GetHashCode()

Returns hashCode for enum StageName

ToString()

Returns string representation for StageName

Operators

Equality(StageName, StageName)

Overriding == operator for enum StageName

Implicit(StageName to String)

Implicit operator to convert StageName to string

Implicit(String to StageName)

Implicit operator to convert string to StageName

Inequality(StageName, StageName)

Overriding != operator for enum StageName

Applies to