JobProperties interface
Job custom data details.
Properties
activity |
The activity id. |
allowed |
The Allowed action the job. |
custom |
The custom job details like test failover job details. |
end |
The end time. |
errors | The errors. |
friendly |
The DisplayName. |
scenario |
The ScenarioName. |
start |
The start time. |
state | The status of the Job. It is one of these values - NotStarted, InProgress, Succeeded, Failed, Cancelled, Suspended or Other. |
state |
The description of the state of the Job. For e.g. - For Succeeded state, description can be Completed, PartiallySucceeded, CompletedWithInformation or Skipped. |
target |
The type of the affected object which is of Microsoft.Azure.SiteRecovery.V2015_11_10.AffectedObjectType class. |
target |
The affected Object Id. |
target |
The name of the affected object. |
tasks | The tasks. |
Property Details
activityId
The activity id.
activityId?: string
Property Value
string
allowedActions
The Allowed action the job.
allowedActions?: string[]
Property Value
string[]
customDetails
The custom job details like test failover job details.
customDetails?: JobDetailsUnion
Property Value
endTime
The end time.
endTime?: Date
Property Value
Date
errors
friendlyName
The DisplayName.
friendlyName?: string
Property Value
string
scenarioName
The ScenarioName.
scenarioName?: string
Property Value
string
startTime
The start time.
startTime?: Date
Property Value
Date
state
The status of the Job. It is one of these values - NotStarted, InProgress, Succeeded, Failed, Cancelled, Suspended or Other.
state?: string
Property Value
string
stateDescription
The description of the state of the Job. For e.g. - For Succeeded state, description can be Completed, PartiallySucceeded, CompletedWithInformation or Skipped.
stateDescription?: string
Property Value
string
targetInstanceType
The type of the affected object which is of Microsoft.Azure.SiteRecovery.V2015_11_10.AffectedObjectType class.
targetInstanceType?: string
Property Value
string
targetObjectId
The affected Object Id.
targetObjectId?: string
Property Value
string
targetObjectName
The name of the affected object.
targetObjectName?: string
Property Value
string