Job interface
The job.
- Extends
Properties
backup |
The time of the backup used for the failover. |
backup |
The backup type (CloudSnapshot | LocalSnapshot). Applicable only for backup jobs. |
data |
The data statistics properties of the job. |
device |
The device ID in which the job ran. |
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, if any, for the job. |
is |
Represents whether the job is cancellable or not. |
job |
The job stages. |
job |
The type of the job. |
percent |
The percentage of the job that is already complete. |
source |
The source device ID of the failover job. |
start |
The UTC time at which the job was started. |
status | The current status of the job. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | The Kind of the object. Currently only Series8000 is supported |
name | The name of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. 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
backupType
The backup type (CloudSnapshot | LocalSnapshot). Applicable only for backup jobs.
backupType?: BackupType
Property Value
dataStats
deviceId
The device ID in which the job ran.
deviceId?: string
Property Value
string
endTime
The UTC time at which the job completed.
endTime?: Date
Property Value
Date
entityLabel
The entity identifier for which the job ran.
entityLabel?: string
Property Value
string
entityType
The entity type for which the job ran.
entityType?: string
Property Value
string
error
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 ID of the failover job.
sourceDeviceId?: string
Property Value
string
startTime
The UTC time at which the job was started.
startTime?: Date
Property Value
Date
status
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From BaseModel.id
kind
The Kind of the object. Currently only Series8000 is supported
kind?: "Series8000"
Property Value
"Series8000"
Inherited From BaseModel.kind
name
The name of the object. 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 hierarchical type of the object. 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