RefreshDetails Class

Fields for tracking refresh job on the share or container.

Constructor

RefreshDetails(*, in_progress_refresh_job_id: str | None = None, last_completed_refresh_job_time_in_utc: datetime | None = None, error_manifest_file: str | None = None, last_job: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
in_progress_refresh_job_id
str

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.

Default value: None
last_completed_refresh_job_time_in_utc

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.

Default value: None
error_manifest_file
str

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.

Default value: None
last_job
str

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.

Default value: None

Variables

Name Description
in_progress_refresh_job_id
str

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_completed_refresh_job_time_in_utc

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.

error_manifest_file
str

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.

last_job
str

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.