次の方法で共有


OperationStatusJobsExtendedInfo コンストラクター

定義

オーバーロード

OperationStatusJobsExtendedInfo()

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

OperationStatusJobsExtendedInfo(IList<String>, IDictionary<String,String>)

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

OperationStatusJobsExtendedInfo()

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

public OperationStatusJobsExtendedInfo ();
Public Sub New ()

適用対象

OperationStatusJobsExtendedInfo(IList<String>, IDictionary<String,String>)

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

public OperationStatusJobsExtendedInfo (System.Collections.Generic.IList<string> jobIds = default, System.Collections.Generic.IDictionary<string,string> failedJobsError = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.OperationStatusJobsExtendedInfo : System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.OperationStatusJobsExtendedInfo
Public Sub New (Optional jobIds As IList(Of String) = Nothing, Optional failedJobsError As IDictionary(Of String, String) = Nothing)

パラメーター

jobIds
IList<String>

保護されたアイテムに対して作成されたジョブの ID。

failedJobsError
IDictionary<String,String>

失敗したすべてのジョブを、対応するエラー コードと共に格納します。

適用対象