ASRJob 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.
Azure Site Recovery Job.
public class ASRJob
type ASRJob = class
Public Class ASRJob
- Inheritance
-
ASRJob
Constructors
ASRJob() |
Initializes a new instance of the ASRJob class. |
ASRJob(Job) |
Initializes a new instance of the ASRJob class with required parameters. |
Properties
AllowedActions |
Gets or sets list of allowed actions. |
ClientRequestId |
Gets or sets Activity ID. |
DisplayName |
Gets or sets Job display name. |
EndTime |
Gets or sets End timestamp. |
Errors |
Gets or sets list of Errors. |
ID |
Gets or sets Job ID. |
JobType |
Gets or sets Job display name. |
Name |
Gets or sets Job display name. |
StartTime |
Gets or sets Start timestamp. |
State |
Gets or sets State of the Job. |
StateDescription |
Gets or sets StateDescription of the Job. |
TargetObjectId |
Gets or sets TargetObjectId. |
TargetObjectName |
Gets or sets End timestamp. |
TargetObjectType |
Gets or sets TargetObjectType. |
Tasks |
Gets or sets list of tasks. |
Type |
Gets or sets type. |