次の方法で共有


Job コンストラクター

定義

オーバーロード

Job()

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

Job(JobStatus, Int32, JobType, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, JobErrorDetails, DataStatistics, String, String, IList<JobStage>, String, Nullable<Boolean>, Nullable<BackupType>, String, Nullable<DateTime>)

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

Job()

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

public Job ();
Public Sub New ()

適用対象

Job(JobStatus, Int32, JobType, String, String, String, Nullable<Kind>, Nullable<DateTime>, Nullable<DateTime>, JobErrorDetails, DataStatistics, String, String, IList<JobStage>, String, Nullable<Boolean>, Nullable<BackupType>, String, Nullable<DateTime>)

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

public Job (Microsoft.Azure.Management.StorSimple8000Series.Models.JobStatus status, int percentComplete, Microsoft.Azure.Management.StorSimple8000Series.Models.JobType jobType, string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorSimple8000Series.Models.Kind? kind = default, DateTime? startTime = default, DateTime? endTime = default, Microsoft.Azure.Management.StorSimple8000Series.Models.JobErrorDetails error = default, Microsoft.Azure.Management.StorSimple8000Series.Models.DataStatistics dataStats = default, string entityLabel = default, string entityType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.JobStage> jobStages = default, string deviceId = default, bool? isCancellable = default, Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType? backupType = default, string sourceDeviceId = default, DateTime? backupPointInTime = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.Job : Microsoft.Azure.Management.StorSimple8000Series.Models.JobStatus * int * Microsoft.Azure.Management.StorSimple8000Series.Models.JobType * string * string * string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.Kind> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.StorSimple8000Series.Models.JobErrorDetails * Microsoft.Azure.Management.StorSimple8000Series.Models.DataStatistics * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.JobStage> * string * Nullable<bool> * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.BackupType> * string * Nullable<DateTime> -> Microsoft.Azure.Management.StorSimple8000Series.Models.Job
Public Sub New (status As JobStatus, percentComplete As Integer, jobType As JobType, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As Nullable(Of Kind) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional error As JobErrorDetails = Nothing, Optional dataStats As DataStatistics = Nothing, Optional entityLabel As String = Nothing, Optional entityType As String = Nothing, Optional jobStages As IList(Of JobStage) = Nothing, Optional deviceId As String = Nothing, Optional isCancellable As Nullable(Of Boolean) = Nothing, Optional backupType As Nullable(Of BackupType) = Nothing, Optional sourceDeviceId As String = Nothing, Optional backupPointInTime As Nullable(Of DateTime) = Nothing)

パラメーター

status
JobStatus

ジョブの現在の状態。 使用可能な値には、'Running'、'Succeeded'、'Failed'、'Canceled' などがあります。

percentComplete
Int32

既に完了しているジョブの割合。

jobType
JobType

ジョブの種類。 使用できる値は、'ScheduledBackup'、'ManualBackup'、'RestoreBackup'、'CloneVolume'、'FailoverVolumeContainers'、'CreateLocallyPinnedVolume'、'ModifyVolume'、'InstallUpdates'、'SupportPackageLogs'、'CreateCloudAppliance' です。

id
String

オブジェクトを一意に識別するパス ID。

name
String

オブジェクトの名前。

type
String

オブジェクトの階層型。

kind
Nullable<Kind>

オブジェクトの種類。 現在、サポートされているのは Series8000 のみです。 使用可能な値は次のとおりです: 'Series8000'

startTime
Nullable<DateTime>

ジョブが開始された UTC 時刻。

endTime
Nullable<DateTime>

ジョブが完了した UTC 時刻。

error
JobErrorDetails

ジョブのエラーの詳細 (存在する場合)。

dataStats
DataStatistics

ジョブのデータ統計プロパティ。

entityLabel
String

ジョブが実行されたエンティティ識別子。

entityType
String

ジョブが実行されたエンティティの種類。

jobStages
IList<JobStage>

ジョブ ステージ。

deviceId
String

ジョブが実行されたデバイス ID。

isCancellable
Nullable<Boolean>

ジョブが取り消し可能かどうかを表します。

backupType
Nullable<BackupType>

バックアップの種類 (CloudSnapshot |LocalSnapshot)。 バックアップ ジョブにのみ適用されます。 使用可能な値は、'LocalSnapshot'、'CloudSnapshot' です。

sourceDeviceId
String

フェールオーバー ジョブのソース デバイス ID。

backupPointInTime
Nullable<DateTime>

フェールオーバーに使用されるバックアップの時刻。

適用対象