次の方法で共有


DataBoxEdgeOrderState 構造体

定義

許可されている状態の種類に従った注文の状態。

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

コンストラクター

DataBoxEdgeOrderState(String)

DataBoxEdgeOrderState の新しいインスタンスを初期化します。

プロパティ

Arriving

到着。

AwaitingDrop

AwaitingDrop。

AwaitingFulfillment

AwaitingFulfillment。

AwaitingPickup

AwaitingPickup。

AwaitingPreparation

AwaitingPreparation。

AwaitingReturnShipment

AwaitingReturnShipment。

AwaitingShipment

AwaitingShipment。

CollectedAtMicrosoft

CollectedAtMicrosoft。

Declined

減少。

Delivered

配信済み。

LostDevice

LostDevice。

PickupCompleted

PickupCompleted。

ReplacementRequested

ReplacementRequested。

ReturnInitiated

ReturnInitiated。

Shipped

出荷。

ShippedBack

ShippedBack。

Untracked

追跡されていません。

メソッド

Equals(DataBoxEdgeOrderState)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(DataBoxEdgeOrderState, DataBoxEdgeOrderState)

2 つの DataBoxEdgeOrderState 値が同じかどうかを判断します。

Implicit(String to DataBoxEdgeOrderState)

文字列を DataBoxEdgeOrderState に変換します。

Inequality(DataBoxEdgeOrderState, DataBoxEdgeOrderState)

2 つの DataBoxEdgeOrderState 値が同じでないかどうかを判断します。

適用対象