IaasVmBackupJob 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 job object.
public class IaasVmBackupJob : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericJob
type IaasVmBackupJob = class
inherit BackupGenericJob
Public Class IaasVmBackupJob
Inherits BackupGenericJob
- Inheritance
Constructors
IaasVmBackupJob() |
Initializes a new instance of IaasVmBackupJob. |
Properties
ActionsInfo |
Gets or sets the state/actions applicable on this job like cancel/retry. |
ActivityId |
ActivityId of job. (Inherited from BackupGenericJob) |
BackupManagementType |
Backup management type to execute the current job. (Inherited from BackupGenericJob) |
ContainerName |
Container name of the entity on which the current job is executing. |
Duration |
Time elapsed during the execution of this job. |
EndOn |
The end time. (Inherited from BackupGenericJob) |
EntityFriendlyName |
Friendly name of the entity on which the current job is executing. (Inherited from BackupGenericJob) |
ErrorDetails |
Error details on execution of this job. |
ExtendedInfo |
Additional information for this job. |
IsUserTriggered |
Indicated that whether the job is adhoc(true) or scheduled(false). |
Operation |
The operation name. (Inherited from BackupGenericJob) |
StartOn |
The start time. (Inherited from BackupGenericJob) |
Status |
Job status. (Inherited from BackupGenericJob) |
VirtualMachineVersion |
Specifies whether the backup item is a Classic or an Azure Resource Manager VM. |
Applies to
Azure SDK for .NET