DataBoxEdgeRefreshDetails Class

Definition

Fields for tracking refresh job on the share or container.

public class DataBoxEdgeRefreshDetails
type DataBoxEdgeRefreshDetails = class
Public Class DataBoxEdgeRefreshDetails
Inheritance
DataBoxEdgeRefreshDetails

Constructors

DataBoxEdgeRefreshDetails()

Initializes a new instance of DataBoxEdgeRefreshDetails.

Properties

ErrorManifestFile

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.

InProgressRefreshJobId

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.

LastCompletedRefreshJobTimeInUtc

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.

LastJob

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.

Applies to