RefreshDetails interface
Fields for tracking refresh job on the share or container.
Properties
error |
Indicates the relative path of the error xml for the last refresh job on this particular share or container, if any. This could be a failed job or a successful job. |
in |
If a refresh job is currently in progress on this share or container, this field indicates the ARM resource ID of that job. The field is empty if no job is in progress. |
last |
Indicates the completed time for the last refresh job on this particular share or container, if any.This could be a failed job or a successful job. |
last |
Indicates the id of the last refresh job on this particular share or container,if any. This could be a failed job or a successful job. |
Property Details
errorManifestFile
Indicates the relative path of the error xml for the last refresh job on this particular share or container, if any. This could be a failed job or a successful job.
errorManifestFile?: string
Property Value
string
inProgressRefreshJobId
If a refresh job is currently in progress on this share or container, this field indicates the ARM resource ID of that job. The field is empty if no job is in progress.
inProgressRefreshJobId?: string
Property Value
string
lastCompletedRefreshJobTimeInUTC
Indicates the completed time for the last refresh job on this particular share or container, if any.This could be a failed job or a successful job.
lastCompletedRefreshJobTimeInUTC?: Date
Property Value
Date
lastJob
Indicates the id of the last refresh job on this particular share or container,if any. This could be a failed job or a successful job.
lastJob?: string
Property Value
string