共用方式為


AzureIaaSVMJobExtendedInfo Constructors

Definition

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.

progressPercentage
Nullable<Double>

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