次の方法で共有


ArmDataBoxEdgeModelFactory.DataBoxEdgeOrderStatus メソッド

定義

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

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderStatus DataBoxEdgeOrderStatus (Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderState status = default, DateTimeOffset? updateOn = default, string comments = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeTrackingInfo trackingInformation = default, System.Collections.Generic.IReadOnlyDictionary<string,string> additionalOrderDetails = default);
static member DataBoxEdgeOrderStatus : Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderState * Nullable<DateTimeOffset> * string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeTrackingInfo * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderStatus
Public Shared Function DataBoxEdgeOrderStatus (Optional status As DataBoxEdgeOrderState = Nothing, Optional updateOn As Nullable(Of DateTimeOffset) = Nothing, Optional comments As String = Nothing, Optional trackingInformation As DataBoxEdgeTrackingInfo = Nothing, Optional additionalOrderDetails As IReadOnlyDictionary(Of String, String) = Nothing) As DataBoxEdgeOrderStatus

パラメーター

status
DataBoxEdgeOrderState

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

updateOn
Nullable<DateTimeOffset>

状態の更新時刻。

comments
String

この状態に関連するコメントが変更されます。

trackingInformation
DataBoxEdgeTrackingInfo

順序付けフローの状態に関連する追跡情報。

additionalOrderDetails
IReadOnlyDictionary<String,String>

既存のプロパティに格納されていない汎用情報を保持するディクショナリ

戻り値

モック作成用の新しい DataBoxEdgeOrderStatus インスタンス。

適用対象