JobStages Class

Definition

Job stages.

public class JobStages
type JobStages = class
Public Class JobStages
Inheritance
JobStages

Constructors

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.

Properties

DisplayName

Gets display name of the job stage.

JobStageDetails

Gets job Stage Details

StageName

Gets 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'

StageStatus

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

StageTime

Gets time for the job stage in UTC ISO 8601 format.

Applies to