Order Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Order() |
Initializes a new instance of the Order class. |
Order(ContactDetails, String, String, String, SystemData, Address, OrderStatus, IList<OrderStatus>, String, IList<TrackingInfo>, IList<TrackingInfo>, String) |
Initializes a new instance of the Order class. |
Order()
Initializes a new instance of the Order class.
public Order ();
Public Sub New ()
Applies to
Order(ContactDetails, String, String, String, SystemData, Address, OrderStatus, IList<OrderStatus>, String, IList<TrackingInfo>, IList<TrackingInfo>, String)
Initializes a new instance of the Order class.
public Order (Microsoft.Azure.Management.DataBoxEdge.Models.ContactDetails contactInformation, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, Microsoft.Azure.Management.DataBoxEdge.Models.Address shippingAddress = default, Microsoft.Azure.Management.DataBoxEdge.Models.OrderStatus currentStatus = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.OrderStatus> orderHistory = default, string serialNumber = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.TrackingInfo> deliveryTrackingInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.TrackingInfo> returnTrackingInfo = default, string shipmentType = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.Order : Microsoft.Azure.Management.DataBoxEdge.Models.ContactDetails * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * Microsoft.Azure.Management.DataBoxEdge.Models.Address * Microsoft.Azure.Management.DataBoxEdge.Models.OrderStatus * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.OrderStatus> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.TrackingInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.TrackingInfo> * string -> Microsoft.Azure.Management.DataBoxEdge.Models.Order
Public Sub New (contactInformation As ContactDetails, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional shippingAddress As Address = Nothing, Optional currentStatus As OrderStatus = Nothing, Optional orderHistory As IList(Of OrderStatus) = Nothing, Optional serialNumber As String = Nothing, Optional deliveryTrackingInfo As IList(Of TrackingInfo) = Nothing, Optional returnTrackingInfo As IList(Of TrackingInfo) = Nothing, Optional shipmentType As String = Nothing)
Parameters
- contactInformation
- ContactDetails
The contact details.
- id
- String
The path ID that uniquely identifies the object.
- name
- String
The object name.
- type
- String
The hierarchical type of the object.
- systemData
- SystemData
Order configured on ASE resource
- shippingAddress
- Address
The shipping address.
- currentStatus
- OrderStatus
Current status of the order.
- orderHistory
- IList<OrderStatus>
List of status changes in the order.
- serialNumber
- String
Serial number of the device.
- deliveryTrackingInfo
- IList<TrackingInfo>
Tracking information for the package delivered to the customer whether it has an original or a replacement device.
- returnTrackingInfo
- IList<TrackingInfo>
Tracking information for the package returned from the customer whether it has an original or a replacement device.
- shipmentType
- String
ShipmentType of the order. Possible values include: 'NotApplicable', 'ShippedToCustomer', 'SelfPickup'
Applies to
Azure SDK for .NET