JobBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |