Share via


JobStages Constructors

Definition

Overloads

JobStages()

Initializes a new instance of the JobStages class.

JobStages(String, String, Nullable<StageStatus>, Nullable<DateTime>, Object)

Initializes a new instance of the JobStages class.

JobStages()

Initializes a new instance of the JobStages class.

public JobStages ();
Public Sub New ()

Applies to

JobStages(String, String, Nullable<StageStatus>, Nullable<DateTime>, Object)

Initializes a new instance of the JobStages class.

public JobStages (string stageName = default, string displayName = default, Microsoft.Azure.Management.DataBox.Models.StageStatus? stageStatus = default, DateTime? stageTime = default, object jobStageDetails = default);
new Microsoft.Azure.Management.DataBox.Models.JobStages : string * string * Nullable<Microsoft.Azure.Management.DataBox.Models.StageStatus> * Nullable<DateTime> * obj -> Microsoft.Azure.Management.DataBox.Models.JobStages
Public Sub New (Optional stageName As String = Nothing, Optional displayName As String = Nothing, Optional stageStatus As Nullable(Of StageStatus) = Nothing, Optional stageTime As Nullable(Of DateTime) = Nothing, Optional jobStageDetails As Object = Nothing)

Parameters

stageName
String

Name of the job stage. Possible values include: 'DeviceOrdered', 'DevicePrepared', 'Dispatched', 'Delivered', 'PickedUp', 'AtAzureDC', 'DataCopy', 'Completed', 'CompletedWithErrors', 'Cancelled', 'Failed_IssueReportedAtCustomer', 'Failed_IssueDetectedAtAzureDC', 'Aborted', 'CompletedWithWarnings', 'ReadyToDispatchFromAzureDC', 'ReadyToReceiveAtAzureDC', 'Created', 'ShippedToAzureDC', 'AwaitingShipmentDetails', 'PreparingToShipFromAzureDC', 'ShippedToCustomer'

displayName
String

Display name of the job stage.

stageStatus
Nullable<StageStatus>

Status of the job stage. Possible values include: 'None', 'InProgress', 'Succeeded', 'Failed', 'Cancelled', 'Cancelling', 'SucceededWithErrors', 'WaitingForCustomerAction', 'SucceededWithWarnings', 'WaitingForCustomerActionForKek', 'WaitingForCustomerActionForCleanUp', 'CustomerActionPerformedForCleanUp'

stageTime
Nullable<DateTime>

Time for the job stage in UTC ISO 8601 format.

jobStageDetails
Object

Job Stage Details

Applies to