Refresh Details Args
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.
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.