JobQueryObject コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 は、ジョブを一意に表します。
適用対象
Azure SDK for .NET