DataBoxStageName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Name of the stage which is in progress.
public readonly struct DataBoxStageName : IEquatable<Azure.ResourceManager.DataBox.Models.DataBoxStageName>
type DataBoxStageName = struct
Public Structure DataBoxStageName
Implements IEquatable(Of DataBoxStageName)
- Inheritance
-
DataBoxStageName
- Implements
Constructors
DataBoxStageName(String) |
Initializes a new instance of DataBoxStageName. |
Properties
Aborted |
Order has been aborted. |
AtAzureDataCenter |
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. |
FailedIssueDetectedAtAzureDataCenter |
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. |
PreparingToShipFromAzureDataCenter |
Preparing the device to ship to customer. |
ReadyToDispatchFromAzureDataCenter |
Device is ready to be handed to customer from Azure DC. |
ReadyToReceiveAtAzureDataCenter |
Device can be dropped off at Azure DC. |
ShippedToAzureDataCenter |
User shipped the device to AzureDC. |
ShippedToCustomer |
Shipped the device to customer. |
Methods
Equals(DataBoxStageName) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(DataBoxStageName, DataBoxStageName) |
Determines if two DataBoxStageName values are the same. |
Implicit(String to DataBoxStageName) |
Converts a string to a DataBoxStageName. |
Inequality(DataBoxStageName, DataBoxStageName) |
Determines if two DataBoxStageName values are not the same. |