ArmDataBoxEdgeModelFactory.DataBoxEdgeOrderData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataBoxEdgeOrderData の新しいインスタンスを初期化します。
public static Azure.ResourceManager.DataBoxEdge.DataBoxEdgeOrderData DataBoxEdgeOrderData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string kind = default, string orderId = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeContactDetails contactInformation = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShippingAddress shippingAddress = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderStatus currentStatus = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderStatus> orderHistory = default, string serialNumber = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeTrackingInfo> deliveryTrackingInfo = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeTrackingInfo> returnTrackingInfo = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShipmentType? shipmentType = default);
static member DataBoxEdgeOrderData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeContactDetails * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShippingAddress * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderStatus * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeOrderStatus> * string * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeTrackingInfo> * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeTrackingInfo> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeShipmentType> -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeOrderData
Public Shared Function DataBoxEdgeOrderData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional kind As String = Nothing, Optional orderId As String = Nothing, Optional contactInformation As DataBoxEdgeContactDetails = Nothing, Optional shippingAddress As DataBoxEdgeShippingAddress = Nothing, Optional currentStatus As DataBoxEdgeOrderStatus = Nothing, Optional orderHistory As IEnumerable(Of DataBoxEdgeOrderStatus) = Nothing, Optional serialNumber As String = Nothing, Optional deliveryTrackingInfo As IEnumerable(Of DataBoxEdgeTrackingInfo) = Nothing, Optional returnTrackingInfo As IEnumerable(Of DataBoxEdgeTrackingInfo) = Nothing, Optional shipmentType As Nullable(Of DataBoxEdgeShipmentType) = Nothing) As DataBoxEdgeOrderData
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- kind
- String
注文 API のバージョンを指定します。
- orderId
- String
順序リソース ID を指定します。
- contactInformation
- DataBoxEdgeContactDetails
連絡先の詳細。
- shippingAddress
- DataBoxEdgeShippingAddress
配送先住所。
- currentStatus
- DataBoxEdgeOrderStatus
注文の現在の状態。
- orderHistory
- IEnumerable<DataBoxEdgeOrderStatus>
順序の状態変更の一覧。
- serialNumber
- String
デバイスのシリアル番号。
- deliveryTrackingInfo
- IEnumerable<DataBoxEdgeTrackingInfo>
元のデバイスか交換デバイスかを問わず、顧客に配信されるパッケージの追跡情報。
- returnTrackingInfo
- IEnumerable<DataBoxEdgeTrackingInfo>
元のデバイスか交換デバイスかを問わず、顧客から返されたパッケージの追跡情報。
- shipmentType
- Nullable<DataBoxEdgeShipmentType>
注文の ShipmentType。
戻り値
モック作成用の新しい DataBoxEdgeOrderData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET