WorkloadBackupJob 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 storage specific job.
public class WorkloadBackupJob : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericJob
type WorkloadBackupJob = class
inherit BackupGenericJob
Public Class WorkloadBackupJob
Inherits BackupGenericJob
- Inheritance
Constructors
WorkloadBackupJob() |
Initializes a new instance of WorkloadBackupJob. |
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) |
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 about the job. |
Operation |
The operation name. (Inherited from BackupGenericJob) |
StartOn |
The start time. (Inherited from BackupGenericJob) |
Status |
Job status. (Inherited from BackupGenericJob) |
WorkloadType |
Workload type of the job. |
Applies to
Azure SDK for .NET