RefreshDetails Class
Fields for tracking refresh job on the share.
- Inheritance
-
RefreshDetails
Constructor
RefreshDetails(*, in_progress_refresh_job_id: Optional[str] = None, last_completed_refresh_job_time_in_utc: Optional[datetime.datetime] = None, error_manifest_file: Optional[str] = None, last_job: Optional[str] = None, **kwargs)
Parameters
- in_progress_refresh_job_id
- str
If a refresh share job is currently in progress on this share, this field indicates the ARM resource ID of that job. The field is empty if no job is in progress.
- last_completed_refresh_job_time_in_utc
- datetime
Indicates the completed time for the last refresh job on this particular share, if any.This could be a failed job or a successful job.
- error_manifest_file
- str
Indicates the relative path of the error xml for the last refresh job on this particular share, if any. This could be a failed job or a successful job.
- last_job
- str
Indicates the id of the last refresh job on this particular share,if any. This could be a failed job or a successful job.
Feedback
Submit and view feedback for