Job interface
The Job.
- Extends
Properties
backup |
The time of the backup used for the failover. |
device |
The device id in which the job is currently running |
download |
The download progress. |
end |
The UTC time at which the job completed |
entity |
The entity identifier for which the job ran. |
entity |
The entity type for which the job ran. |
error | The Error details. |
install |
The install progress. |
is |
Represents whether the job is cancellable or not |
job |
The job stages. |
job |
Type of the job |
percent |
The percentage of the job that is already complete |
source |
The source device identifier of the failover job. |
start |
The UTC time at which the job was started |
stats | stats properties for the job |
status | Current status of the job |
target |
Id of the object that is created by the job |
target |
The target type of the backup. |
Inherited Properties
id | The identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
backupPointInTime
The time of the backup used for the failover.
backupPointInTime?: Date
Property Value
Date
deviceId
The device id in which the job is currently running
deviceId?: string
Property Value
string
downloadProgress
The download progress.
downloadProgress?: UpdateDownloadProgress
Property Value
endTime
The UTC time at which the job completed
endTime?: Date
Property Value
Date
entityId
The entity identifier for which the job ran.
entityId?: string
Property Value
string
entityType
The entity type for which the job ran.
entityType?: string
Property Value
string
error
installProgress
isCancellable
Represents whether the job is cancellable or not
isCancellable?: boolean
Property Value
boolean
jobStages
jobType
percentComplete
The percentage of the job that is already complete
percentComplete: number
Property Value
number
sourceDeviceId
The source device identifier of the failover job.
sourceDeviceId?: string
Property Value
string
startTime
The UTC time at which the job was started
startTime?: Date
Property Value
Date
stats
status
targetId
Id of the object that is created by the job
targetId?: string
Property Value
string
targetType
Inherited Property Details
id
The identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
name
The name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From BaseModel.name
type
The type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From BaseModel.type
Azure SDK for JavaScript