RefreshDetails Constructors
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.
Overloads
RefreshDetails() |
Initializes a new instance of the RefreshDetails class. |
RefreshDetails(String, Nullable<DateTime>, String, String) |
Initializes a new instance of the RefreshDetails class. |
RefreshDetails()
Initializes a new instance of the RefreshDetails class.
public RefreshDetails ();
Public Sub New ()
Applies to
RefreshDetails(String, Nullable<DateTime>, String, String)
Initializes a new instance of the RefreshDetails class.
public RefreshDetails (string inProgressRefreshJobId = default, DateTime? lastCompletedRefreshJobTimeInUTC = default, string errorManifestFile = default, string lastJob = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.RefreshDetails : string * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.RefreshDetails
Public Sub New (Optional inProgressRefreshJobId As String = Nothing, Optional lastCompletedRefreshJobTimeInUTC As Nullable(Of DateTime) = Nothing, Optional errorManifestFile As String = Nothing, Optional lastJob As String = Nothing)
Parameters
- inProgressRefreshJobId
- String
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.
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.
- errorManifestFile
- String
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.
- lastJob
- String
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.