AzureWorkloadJobExtendedInfo 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
AzureWorkloadJobExtendedInfo() |
Initializes a new instance of the AzureWorkloadJobExtendedInfo class. |
AzureWorkloadJobExtendedInfo(IList<AzureWorkloadJobTaskDetails>, IDictionary<String,String>, String) |
Initializes a new instance of the AzureWorkloadJobExtendedInfo class. |
AzureWorkloadJobExtendedInfo()
Initializes a new instance of the AzureWorkloadJobExtendedInfo class.
public AzureWorkloadJobExtendedInfo ();
Public Sub New ()
Applies to
AzureWorkloadJobExtendedInfo(IList<AzureWorkloadJobTaskDetails>, IDictionary<String,String>, String)
Initializes a new instance of the AzureWorkloadJobExtendedInfo class.
public AzureWorkloadJobExtendedInfo (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadJobTaskDetails> tasksList = default, System.Collections.Generic.IDictionary<string,string> propertyBag = default, string dynamicErrorMessage = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadJobExtendedInfo : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadJobTaskDetails> * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadJobExtendedInfo
Public Sub New (Optional tasksList As IList(Of AzureWorkloadJobTaskDetails) = Nothing, Optional propertyBag As IDictionary(Of String, String) = Nothing, Optional dynamicErrorMessage As String = Nothing)
Parameters
- tasksList
- IList<AzureWorkloadJobTaskDetails>
List of tasks for this job
- propertyBag
- IDictionary<String,String>
Job properties.
- dynamicErrorMessage
- String
Non localized error message on job execution.