RefreshDetails Class

Fields for tracking refresh job on the share or container.

Inheritance
msrest.serialization.Model
RefreshDetails

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)

Parameters

Name Description
in_progress_refresh_job_id
Required
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
Required

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
Required
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
Required
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.

Keyword-Only Parameters

Name Description
in_progress_refresh_job_id
Required
last_completed_refresh_job_time_in_utc
Required
error_manifest_file
Required
last_job
Required