次の方法で共有


JobStages クラス

定義

ジョブ ステージ。

public class JobStages
type JobStages = class
Public Class JobStages
継承
JobStages

コンストラクター

JobStages()

JobStages クラスの新しいインスタンスを初期化します。

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

JobStages クラスの新しいインスタンスを初期化します。

プロパティ

DisplayName

ジョブ ステージの表示名を取得します。

JobStageDetails

ジョブ ステージの詳細を取得します

StageName

ジョブ ステージの名前を取得します。 使用できる値は、'DeviceOrdered'、'DevicePrepared'、'Dispatched'、'Delivered'、'PickedUp'、'AtAzureDC'、'DataCopy'、'Completed'、、 'CompletedWithErrors'、'Cancelled'、'Failed_IssueReportedAtCustomer'、'Failed_IssueDetectedAtAzureDC'、'Aborted'、'CompletedWithWarnings'、'ReadyToDispatchFromAzureDC'、'ReadyToReceiveAtAzureDC'、'Created'、'ShippedToAzureDC'、'AwaitingShipmentDetails'、'PreparingToShipFromAzureDC'、'ShippedToCustomer'

StageStatus

ジョブ ステージの状態を取得します。 使用できる値は、'None'、'InProgress'、'Succeeded'、'Failed'、'Cancelled'、'Cancelling'、'SucceededWithErrors'、'WaitingForCustomerAction'、'SucceededWithWarnings'、'WaitingForCustomerActionForKek'、'WaitingForCustomerActionForCleanUp'、'CustomerActionPerformedForCleanUp' です。

StageTime

ジョブ ステージの時刻を UTC ISO 8601 形式で取得します。

適用対象