RefreshDetailsResponse

data class RefreshDetailsResponse(val errorManifestFile: String? = null, val inProgressRefreshJobId: String? = null, val lastCompletedRefreshJobTimeInUTC: String? = null, val lastJob: String? = null)

Fields for tracking refresh job on the share or container.

Constructors

Link copied to clipboard
constructor(errorManifestFile: String? = null, inProgressRefreshJobId: String? = null, lastCompletedRefreshJobTimeInUTC: String? = null, lastJob: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard
val lastJob: String? = null

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.