DpmJobExtendedInfo 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
DpmJobExtendedInfo() |
Initializes a new instance of the DpmJobExtendedInfo class. |
DpmJobExtendedInfo(IList<DpmJobTaskDetails>, IDictionary<String,String>, String) |
Initializes a new instance of the DpmJobExtendedInfo class. |
DpmJobExtendedInfo()
Initializes a new instance of the DpmJobExtendedInfo class.
public DpmJobExtendedInfo ();
Public Sub New ()
Applies to
DpmJobExtendedInfo(IList<DpmJobTaskDetails>, IDictionary<String,String>, String)
Initializes a new instance of the DpmJobExtendedInfo class.
public DpmJobExtendedInfo (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobTaskDetails> tasksList = default, System.Collections.Generic.IDictionary<string,string> propertyBag = default, string dynamicErrorMessage = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobExtendedInfo : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobTaskDetails> * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.DpmJobExtendedInfo
Public Sub New (Optional tasksList As IList(Of DpmJobTaskDetails) = Nothing, Optional propertyBag As IDictionary(Of String, String) = Nothing, Optional dynamicErrorMessage As String = Nothing)
Parameters
- tasksList
- IList<DpmJobTaskDetails>
List of tasks associated with this job.
- propertyBag
- IDictionary<String,String>
The job properties.
- dynamicErrorMessage
- String
Non localized error message on job execution.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET