Job interface
A device job.
- Extends
Properties
| current |
Current stage of the update operation. |
| download |
The download progress. |
| end |
The UTC date and time at which the job completed. |
| error | The error details. |
| error |
Local share/remote container relative path to the error manifest file of the refresh. |
| folder | If only subfolders need to be refreshed, then the subfolder path inside the share or container. (The path is empty if there are no subfolders.) |
| install |
The install progress. |
| job |
The type of the job. |
| percent |
The percentage of the job that is complete. |
| refreshed |
ARM ID of the entity that was refreshed. |
| start |
The UTC date and time at which the job started. |
| status | The current status of the job. |
| total |
Total number of errors encountered during the refresh process. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
currentStage
Current stage of the update operation.
currentStage?: string
Property Value
string
downloadProgress
The download progress.
downloadProgress?: UpdateDownloadProgress
Property Value
endTime
The UTC date and time at which the job completed.
endTime?: Date
Property Value
Date
error
errorManifestFile
Local share/remote container relative path to the error manifest file of the refresh.
errorManifestFile?: string
Property Value
string
folder
If only subfolders need to be refreshed, then the subfolder path inside the share or container. (The path is empty if there are no subfolders.)
folder?: string
Property Value
string
installProgress
jobType
The type of the job.
jobType?: string
Property Value
string
percentComplete
The percentage of the job that is complete.
percentComplete?: number
Property Value
number
refreshedEntityId
ARM ID of the entity that was refreshed.
refreshedEntityId?: string
Property Value
string
startTime
The UTC date and time at which the job started.
startTime?: Date
Property Value
Date
status
The current status of the job.
status?: string
Property Value
string
totalRefreshErrors
Total number of errors encountered during the refresh process.
totalRefreshErrors?: number
Property Value
number
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type