Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
JobBase Class
Definition
- Assembly:
- Microsoft.Azure.PowerShell.Cmdlets.RecoveryServices.Backup.Models.dll
- Assembly:
- Microsoft.Azure.Commands.RecoveryServices.Backup.Models.dll
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
| Name | Description |
|---|---|
| JobBase() | |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Validate() |
Method to validate the object properties. (Inherited from ObjectBase) |
