AzureIaaSVMJobExtendedInfo 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
AzureIaaSVMJobExtendedInfo() |
Initializes a new instance of the AzureIaaSVMJobExtendedInfo class. |
AzureIaaSVMJobExtendedInfo(IList<AzureIaaSVMJobTaskDetails>, IDictionary<String, String>, IDictionary<String,String>, Nullable<Double>, String, String) |
Initializes a new instance of the AzureIaaSVMJobExtendedInfo class. |
AzureIaaSVMJobExtendedInfo()
Initializes a new instance of the AzureIaaSVMJobExtendedInfo class.
public AzureIaaSVMJobExtendedInfo ();
Public Sub New ()
Applies to
AzureIaaSVMJobExtendedInfo(IList<AzureIaaSVMJobTaskDetails>, IDictionary<String, String>, IDictionary<String,String>, Nullable<Double>, String, String)
Initializes a new instance of the AzureIaaSVMJobExtendedInfo class.
public AzureIaaSVMJobExtendedInfo (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMJobTaskDetails> tasksList = default, System.Collections.Generic.IDictionary<string,string> propertyBag = default, System.Collections.Generic.IDictionary<string,string> internalPropertyBag = default, double? progressPercentage = default, string estimatedRemainingDuration = default, string dynamicErrorMessage = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMJobExtendedInfo : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMJobTaskDetails> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<double> * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureIaaSVMJobExtendedInfo
Public Sub New (Optional tasksList As IList(Of AzureIaaSVMJobTaskDetails) = Nothing, Optional propertyBag As IDictionary(Of String, String) = Nothing, Optional internalPropertyBag As IDictionary(Of String, String) = Nothing, Optional progressPercentage As Nullable(Of Double) = Nothing, Optional estimatedRemainingDuration As String = Nothing, Optional dynamicErrorMessage As String = Nothing)
Parameters
- tasksList
- IList<AzureIaaSVMJobTaskDetails>
List of tasks associated with this job.
- propertyBag
- IDictionary<String,String>
Job properties.
- internalPropertyBag
- IDictionary<String,String>
Job internal properties.
Indicates progress of the job. Null if it has not started or completed.
- estimatedRemainingDuration
- String
Time remaining for execution of this job.
- dynamicErrorMessage
- String
Non localized error message on job execution.
Applies to
Azure SDK for .NET