OperationStatusJobsExtendedInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- failedJobsError
- IDictionary<String,String>
Stores all the failed jobs along with the corresponding error codes.
Applies to
Azure SDK for .NET