Order Class

Definition

The order details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Order : Microsoft.Azure.Management.EdgeGateway.Models.ARMBaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Order = class
    inherit ARMBaseModel
Public Class Order
Inherits ARMBaseModel
Inheritance
Attributes

Constructors

Order()

Initializes a new instance of the Order class.

Order(ContactDetails, Address, String, String, String, OrderStatus, IList<OrderStatus>, String, IList<TrackingInfo>, IList<TrackingInfo>)

Initializes a new instance of the Order class.

Properties

ContactInformation

Gets or sets the contact details.

CurrentStatus

Gets or sets current status of the order.

DeliveryTrackingInfo

Gets tracking information for the package delivered to the customer whether it has an original or a replacement device.

Id

Gets the path ID that uniquely identifies the object.

(Inherited from ARMBaseModel)
Name

Gets the object name.

(Inherited from ARMBaseModel)
OrderHistory

Gets list of status changes in the order.

ReturnTrackingInfo

Gets tracking information for the package returned from the customer whether it has an original or a replacement device.

SerialNumber

Gets serial number of the device.

ShippingAddress

Gets or sets the shipping address.

Type

Gets the hierarchical type of the object.

(Inherited from ARMBaseModel)

Methods

Validate()

Validate the object.

Applies to