AzureIaaSVMJobExtendedInfo Class
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.
Azure IaaS VM workload-specific additional information for job.
public class AzureIaaSVMJobExtendedInfo
type AzureIaaSVMJobExtendedInfo = class
Public Class AzureIaaSVMJobExtendedInfo
- Inheritance
-
AzureIaaSVMJobExtendedInfo
Constructors
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. |
Properties
DynamicErrorMessage |
Gets or sets non localized error message on job execution. |
EstimatedRemainingDuration |
Gets or sets time remaining for execution of this job. |
InternalPropertyBag |
Gets or sets job internal properties. |
ProgressPercentage |
Gets or sets indicates progress of the job. Null if it has not started or completed. |
PropertyBag |
Gets or sets job properties. |
TasksList |
Gets or sets list of tasks associated with this job. |
Applies to
Azure SDK for .NET