次の方法で共有


JobQueryObject コンストラクター

定義

オーバーロード

JobQueryObject()

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

JobQueryObject(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)

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

JobQueryObject()

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

public JobQueryObject ();
Public Sub New ()

適用対象

JobQueryObject(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>)

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

public JobQueryObject (string status = default, string backupManagementType = default, string operation = default, string jobId = default, DateTime? startTime = default, DateTime? endTime = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobQueryObject : string * string * string * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.JobQueryObject
Public Sub New (Optional status As String = Nothing, Optional backupManagementType As String = Nothing, Optional operation As String = Nothing, Optional jobId As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing)

パラメーター

status
String

ジョブの状態。 指定できる値は、'Invalid'、'InProgress'、'Completed'、'Failed'、'CompletedWithWarnings'、'Cancelled'、'Cancelling' です。

backupManagementType
String

ジョブのバックアップ管理の種類。 指定できる値は、'Invalid'、'AzureIaasVM'、'MAB'、'DPM'、'AzureBackupServer'、'AzureSql'、'AzureStorage'、'AzureWorkload'、'DefaultBackup' です。

operation
String

操作の種類。 指定できる値は、'Invalid'、'Register'、'UnRegister'、'ConfigureBackup'、'Backup'、'Restore'、'DisableBackup'、'DeleteBackupData'、'CrossRegionRestore'、'Undelete'、'UpdateCustomerManagedKey' です。

jobId
String

JobID は、ジョブを一意に表します。

startTime
Nullable<DateTime>

ジョブは、この時点で開始されています。 値は UTC です。

endTime
Nullable<DateTime>

ジョブは、この時点で終了しました。 値は UTC です。

適用対象