Udostępnij przez


DataBoxEdgeOrderState Struct

Definition

Status of the order as per the allowed status types.

public readonly struct DataBoxEdgeOrderState : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderState>
type DataBoxEdgeOrderState = struct
Public Structure DataBoxEdgeOrderState
Implements IEquatable(Of DataBoxEdgeOrderState)
Inheritance
DataBoxEdgeOrderState
Implements

Constructors

Name Description
DataBoxEdgeOrderState(String)

Initializes a new instance of DataBoxEdgeOrderState.

Properties

Name Description
Arriving

Arriving.

AwaitingDrop

AwaitingDrop.

AwaitingFulfillment

AwaitingFulfillment.

AwaitingPickup

AwaitingPickup.

AwaitingPreparation

AwaitingPreparation.

AwaitingReturnShipment

AwaitingReturnShipment.

AwaitingShipment

AwaitingShipment.

CollectedAtMicrosoft

CollectedAtMicrosoft.

Declined

Declined.

Delivered

Delivered.

LostDevice

LostDevice.

PickupCompleted

PickupCompleted.

ReplacementRequested

ReplacementRequested.

ReturnInitiated

ReturnInitiated.

Shipped

Shipped.

ShippedBack

ShippedBack.

Untracked

Untracked.

Methods

Name Description
Equals(DataBoxEdgeOrderState)

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

Name Description
Equality(DataBoxEdgeOrderState, DataBoxEdgeOrderState)

Determines if two DataBoxEdgeOrderState values are the same.

Implicit(String to DataBoxEdgeOrderState)

Converts a String to a DataBoxEdgeOrderState.

Inequality(DataBoxEdgeOrderState, DataBoxEdgeOrderState)

Determines if two DataBoxEdgeOrderState values are not the same.

Applies to