RefreshDetails Class

Fields for tracking refresh job on the share.

Inheritance
RefreshDetails

Constructor

RefreshDetails(**kwargs)

Parameters

in_progress_refresh_job_id
str
Required

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
Required

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
Required

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
Required

Indicates the id of the last refresh job on this particular share,if any. This could be a failed job or a successful job.