Share via


IaasVmBackupJobV2 Class

Definition

Azure IaaS VM workload-specific job object.

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

Constructors

IaasVmBackupJobV2()

Initializes a new instance of IaasVmBackupJobV2.

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

Container name of the entity on which the current job is executing.

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 for this job.

Operation

The operation name.

(Inherited from BackupGenericJob)
StartOn

The start time.

(Inherited from BackupGenericJob)
Status

Job status.

(Inherited from BackupGenericJob)
VirtualMachineVersion

Specifies whether the backup item is a Classic or an Azure Resource Manager VM.

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<IaasVmBackupJobV2>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IaasVmBackupJobV2>.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<IaasVmBackupJobV2>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IaasVmBackupJobV2>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IaasVmBackupJobV2>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to