Share via


OperationStatusJobsExtendedInfo Constructors

Definition

Overloads

OperationStatusJobsExtendedInfo()

Initializes a new instance of the OperationStatusJobsExtendedInfo class.

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

Initializes a new instance of the OperationStatusJobsExtendedInfo class.

OperationStatusJobsExtendedInfo()

Initializes a new instance of the OperationStatusJobsExtendedInfo class.

public OperationStatusJobsExtendedInfo ();
Public Sub New ()

Applies to

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

Initializes a new instance of the OperationStatusJobsExtendedInfo class.

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

Parameters

jobIds
IList<String>

IDs of the jobs created for the protected item.

failedJobsError
IDictionary<String,String>

Stores all the failed jobs along with the corresponding error codes.

Applies to