你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobBase Class

Definition

Base class for backup job.

public class JobBase : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ManagementContext
type JobBase = class
    inherit ManagementContext
Public Class JobBase
Inherits ManagementContext
Inheritance
Derived

Constructors

JobBase()

Properties

ActivityId

Activity ID of this job

BackupManagementType

Type of the backup management agent.

(Inherited from ManagementContext)
Duration

Time taken by this job to run

EndTime

Time at which this job was terminated

JobId

ID of this job

Operation

Operation represented by this job

StartTime

Time at which this job started

Status

Status of this job

WorkloadName

Name of the workload handled by this job

Methods

Validate()

Method to validate the object properties.

(Inherited from ObjectBase)

Applies to