AzureStorageJob Class

Definition

Azure storage specific job.

public class AzureStorageJob : Microsoft.Azure.Management.RecoveryServices.Backup.Models.Job
type AzureStorageJob = class
    inherit Job
Public Class AzureStorageJob
Inherits Job
Inheritance
AzureStorageJob

Constructors

AzureStorageJob()

Initializes a new instance of the AzureStorageJob class.

AzureStorageJob(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<TimeSpan>, IList<Nullable<JobSupportedAction>>, IList<AzureStorageErrorInfo>, String, String, AzureStorageJobExtendedInfo, Nullable<Boolean>)

Initializes a new instance of the AzureStorageJob class.

Properties

ActionsInfo

Gets or sets the state/actions applicable on this job like cancel/retry.

ActivityId

Gets or sets activityId of job.

(Inherited from Job)
BackupManagementType

Gets or sets backup management type to execute the current job. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

(Inherited from Job)
Duration

Gets or sets time elapsed during the execution of this job.

EndTime

Gets or sets the end time.

(Inherited from Job)
EntityFriendlyName

Gets or sets friendly name of the entity on which the current job is executing.

(Inherited from Job)
ErrorDetails

Gets or sets error details on execution of this job.

ExtendedInfo

Gets or sets additional information about the job.

IsUserTriggered

Gets or sets indicated that whether the job is adhoc(true) or scheduled(false)

Operation

Gets or sets the operation name.

(Inherited from Job)
StartTime

Gets or sets the start time.

(Inherited from Job)
Status

Gets or sets job status.

(Inherited from Job)
StorageAccountName

Gets or sets specifies friendly name of the storage account.

StorageAccountVersion

Gets or sets specifies whether the Storage account is a Classic or an Azure Resource Manager Storage account.

Applies to