VaultBackupJob 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.
Vault level Job.
public class VaultBackupJob : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericJob
type VaultBackupJob = class
inherit BackupGenericJob
Public Class VaultBackupJob
Inherits BackupGenericJob
- Inheritance
Constructors
VaultBackupJob() |
Initializes a new instance of VaultBackupJob. |
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. |
ExtendedInfoPropertyBag |
Job properties. |
Operation |
The operation name. (Inherited from BackupGenericJob) |
StartOn |
The start time. (Inherited from BackupGenericJob) |
Status |
Job status. (Inherited from BackupGenericJob) |
Applies to
Azure SDK for .NET