RefreshDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fields for tracking refresh job on the share.
public class RefreshDetails
type RefreshDetails = class
Public Class RefreshDetails
- Inheritance
-
RefreshDetails
Constructors
RefreshDetails() |
Initializes a new instance of the RefreshDetails class. |
RefreshDetails(String, Nullable<DateTime>, String, String) |
Initializes a new instance of the RefreshDetails class. |
Properties
ErrorManifestFile |
Gets or sets indicates the relative path of the error xml for the last refresh job on this particular share, if any. This could be a failed job or a successful job. |
InProgressRefreshJobId |
Gets or sets if a refresh share job is currently in progress on this share, this field indicates the ARM resource ID of that job. The field is empty if no job is in progress. |
LastCompletedRefreshJobTimeInUTC |
Gets or sets indicates the completed time for the last refresh job on this particular share, if any.This could be a failed job or a successful job. |
LastJob |
Gets or sets indicates the id of the last refresh job on this particular share,if any. This could be a failed job or a successful job. |