AzureVmJob 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.
Represents Azure VM specific job class.
public class AzureVmJob : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureJob
public class AzureVmJob : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.JobBase
type AzureVmJob = class
inherit AzureJob
type AzureVmJob = class
inherit JobBase
Public Class AzureVmJob
Inherits AzureJob
Public Class AzureVmJob
Inherits JobBase
- Inheritance
- Inheritance
- Derived
Constructors
AzureVmJob() |
Properties
ActivityId |
Activity ID of this job (Inherited from JobBase) |
BackupManagementType |
Type of the backup management agent. (Inherited from ManagementContext) |
Duration |
Time taken by this job to run (Inherited from JobBase) |
EndTime |
Time at which this job was terminated (Inherited from JobBase) |
ErrorDetails | |
ErrorDetails |
Error details associated with this job. (Inherited from AzureJob) |
IsCancellable | |
IsCancellable |
Represents whether this job is cancellable. (Inherited from AzureJob) |
IsRetriable | |
IsRetriable |
Represents whether this job is retriable. (Inherited from AzureJob) |
JobId |
ID of this job (Inherited from JobBase) |
Operation |
Operation represented by this job (Inherited from JobBase) |
StartTime |
Time at which this job started (Inherited from JobBase) |
Status |
Status of this job (Inherited from JobBase) |
VmVersion |
The VM version of the Azure VM associated with this job. |
WorkloadName |
Name of the workload handled by this job (Inherited from JobBase) |
Methods
Validate() |
Method to validate the object properties. (Inherited from ObjectBase) |