Udostępnij za pośrednictwem


StorageBackupJob Class

Definition

Azure storage specific job.

public class StorageBackupJob : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericJob, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.StorageBackupJob>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.StorageBackupJob>
type StorageBackupJob = class
    inherit BackupGenericJob
    interface IJsonModel<StorageBackupJob>
    interface IPersistableModel<StorageBackupJob>
Public Class StorageBackupJob
Inherits BackupGenericJob
Implements IJsonModel(Of StorageBackupJob), IPersistableModel(Of StorageBackupJob)
Inheritance
StorageBackupJob
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupGenericJob>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from BackupGenericJob)
IJsonModel<BackupGenericJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupGenericJob)
IJsonModel<StorageBackupJob>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StorageBackupJob>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupGenericJob>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BackupGenericJob)
IPersistableModel<BackupGenericJob>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from BackupGenericJob)
IPersistableModel<BackupGenericJob>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BackupGenericJob)
IPersistableModel<StorageBackupJob>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageBackupJob>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StorageBackupJob>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to