Delen via


ArmDataBoxEdgeModelFactory.DataBoxEdgeOrderStatus Method

Definition

Initializes a new instance of 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

Parameters

status
DataBoxEdgeOrderState

Status of the order as per the allowed status types.

updateOn
Nullable<DateTimeOffset>

Time of status update.

comments
String

Comments related to this status change.

trackingInformation
DataBoxEdgeTrackingInfo

Tracking information related to the state in the ordering flow.

additionalOrderDetails
IReadOnlyDictionary<String,String>

Dictionary to hold generic information which is not stored by the already existing properties

Returns

A new DataBoxEdgeOrderStatus instance for mocking.

Applies to