AzureStorageJobExtendedInfo 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
AzureStorageJobExtendedInfo() |
Initializes a new instance of the AzureStorageJobExtendedInfo class. |
AzureStorageJobExtendedInfo(IList<AzureStorageJobTaskDetails>, IDictionary<String,String>, String) |
Initializes a new instance of the AzureStorageJobExtendedInfo class. |
AzureStorageJobExtendedInfo()
Initializes a new instance of the AzureStorageJobExtendedInfo class.
public AzureStorageJobExtendedInfo ();
Public Sub New ()
Applies to
AzureStorageJobExtendedInfo(IList<AzureStorageJobTaskDetails>, IDictionary<String,String>, String)
Initializes a new instance of the AzureStorageJobExtendedInfo class.
public AzureStorageJobExtendedInfo (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageJobTaskDetails> tasksList = default, System.Collections.Generic.IDictionary<string,string> propertyBag = default, string dynamicErrorMessage = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageJobExtendedInfo : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageJobTaskDetails> * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageJobExtendedInfo
Public Sub New (Optional tasksList As IList(Of AzureStorageJobTaskDetails) = Nothing, Optional propertyBag As IDictionary(Of String, String) = Nothing, Optional dynamicErrorMessage As String = Nothing)
Parameters
- tasksList
- IList<AzureStorageJobTaskDetails>
List of tasks for this job
- propertyBag
- IDictionary<String,String>
Job properties.
- dynamicErrorMessage
- String
Non localized error message on job execution.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET