Share via


StorageBackupJob Class

Definition

Azure storage specific job.

public class StorageBackupJob : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericJob
type StorageBackupJob = class
    inherit BackupGenericJob
Public Class StorageBackupJob
Inherits BackupGenericJob
Inheritance
StorageBackupJob

Constructors

StorageBackupJob()

Initializes a new instance of StorageBackupJob.

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.

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)
StorageAccountName

Specifies friendly name of the storage account.

StorageAccountVersion

Specifies whether the Storage account is a Classic or an Azure Resource Manager Storage account.

Applies to