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

DataBoxEdgeOrderState(String)

Initializes a new instance of DataBoxEdgeOrderState.

Properties

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

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

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