OrderStatus 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
OrderStatus() |
Initializes a new instance of the OrderStatus class. |
OrderStatus(String, Nullable<DateTime>, String, TrackingInfo, IDictionary<String,String>) |
Initializes a new instance of the OrderStatus class. |
OrderStatus()
Initializes a new instance of the OrderStatus class.
public OrderStatus ();
Public Sub New ()
Applies to
OrderStatus(String, Nullable<DateTime>, String, TrackingInfo, IDictionary<String,String>)
Initializes a new instance of the OrderStatus class.
public OrderStatus (string status, DateTime? updateDateTime = default, string comments = default, Microsoft.Azure.Management.DataBoxEdge.Models.TrackingInfo trackingInformation = default, System.Collections.Generic.IDictionary<string,string> additionalOrderDetails = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.OrderStatus : string * Nullable<DateTime> * string * Microsoft.Azure.Management.DataBoxEdge.Models.TrackingInfo * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.DataBoxEdge.Models.OrderStatus
Public Sub New (status As String, Optional updateDateTime As Nullable(Of DateTime) = Nothing, Optional comments As String = Nothing, Optional trackingInformation As TrackingInfo = Nothing, Optional additionalOrderDetails As IDictionary(Of String, String) = Nothing)
Parameters
- status
- String
Status of the order as per the allowed status types. Possible values include: 'Untracked', 'AwaitingFulfillment', 'AwaitingPreparation', 'AwaitingShipment', 'Shipped', 'Arriving', 'Delivered', 'ReplacementRequested', 'LostDevice', 'Declined', 'ReturnInitiated', 'AwaitingReturnShipment', 'ShippedBack', 'CollectedAtMicrosoft', 'AwaitingPickup', 'PickupCompleted', 'AwaitingDrop'
- comments
- String
Comments related to this status change.
- trackingInformation
- TrackingInfo
Tracking information related to the state in the ordering flow
- additionalOrderDetails
- IDictionary<String,String>
Dictionary to hold generic information which is not stored by the already existing properties
Applies to
Azure SDK for .NET