ArmDataBoxEdgeModelFactory.DataBoxEdgeOrderStatus メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET