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

Gets the Arriving.

AwaitingDrop

Gets the AwaitingDrop.

AwaitingFulfillment

Gets the AwaitingFulfillment.

AwaitingPickup

Gets the AwaitingPickup.

AwaitingPreparation

Gets the AwaitingPreparation.

AwaitingReturnShipment

Gets the AwaitingReturnShipment.

AwaitingShipment

Gets the AwaitingShipment.

CollectedAtMicrosoft

Gets the CollectedAtMicrosoft.

Declined

Gets the Declined.

Delivered

Gets the Delivered.

LostDevice

Gets the LostDevice.

PickupCompleted

Gets the PickupCompleted.

ReplacementRequested

Gets the ReplacementRequested.

ReturnInitiated

Gets the ReturnInitiated.

Shipped

Gets the Shipped.

ShippedBack

Gets the ShippedBack.

Untracked

Gets the 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.

Implicit(String to Nullable<DataBoxEdgeOrderState>)
Inequality(DataBoxEdgeOrderState, DataBoxEdgeOrderState)

Determines if two DataBoxEdgeOrderState values are not the same.

Applies to