RefreshDetailsArgs

data class RefreshDetailsArgs(val errorManifestFile: Output<String>? = null, val inProgressRefreshJobId: Output<String>? = null, val lastCompletedRefreshJobTimeInUTC: Output<String>? = null, val lastJob: Output<String>? = null) : ConvertibleToJava<RefreshDetailsArgs>

Fields for tracking refresh job on the share or container.

Constructors

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

Properties

Link copied to clipboard
val errorManifestFile: Output<String>? = null

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
val inProgressRefreshJobId: Output<String>? = null

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): RefreshDetailsArgs