JobProperties interface

Job custom data details.

Properties

activityId

The activity id.

allowedActions

The Allowed action the job.

customDetails

The custom job details like test failover job details.

endTime

The end time.

errors

The errors.

friendlyName

The DisplayName.

scenarioName

The ScenarioName.

startTime

The start time.

state

The status of the Job. It is one of these values - NotStarted, InProgress, Succeeded, Failed, Cancelled, Suspended or Other.

stateDescription

The description of the state of the Job. For e.g. - For Succeeded state, description can be Completed, PartiallySucceeded, CompletedWithInformation or Skipped.

targetInstanceType

The type of the affected object which is of Microsoft.Azure.SiteRecovery.V2015_11_10.AffectedObjectType class.

targetObjectId

The affected Object Id.

targetObjectName

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

The errors.

errors?: JobErrorDetails[]

Property Value

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

tasks

The tasks.

tasks?: ASRTask[]

Property Value