Share via


RefreshDetails Constructors

Definition

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.EdgeGateway.Models.RefreshDetails : string * Nullable<DateTime> * string * string -> Microsoft.Azure.Management.EdgeGateway.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 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
Nullable<DateTime>

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.

errorManifestFile
String

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.

lastJob
String

Indicates the id of the last refresh job on this particular share,if any. This could be a failed job or a successful job.

Applies to