ArmDataBoxEdgeModelFactory.DataBoxEdgeRefreshDetails Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRefreshDetails DataBoxEdgeRefreshDetails(Azure.Core.ResourceIdentifier inProgressRefreshJobId = default, DateTimeOffset? lastCompletedRefreshJobTimeInUtc = default, string errorManifestFile = default, string lastJob = default);
static member DataBoxEdgeRefreshDetails : Azure.Core.ResourceIdentifier * Nullable<DateTimeOffset> * string * string -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRefreshDetails
Public Shared Function DataBoxEdgeRefreshDetails (Optional inProgressRefreshJobId As ResourceIdentifier = Nothing, Optional lastCompletedRefreshJobTimeInUtc As Nullable(Of DateTimeOffset) = Nothing, Optional errorManifestFile As String = Nothing, Optional lastJob As String = Nothing) As DataBoxEdgeRefreshDetails

Parameters

inProgressRefreshJobId
ResourceIdentifier

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
Nullable<DateTimeOffset>

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.

Returns

A new DataBoxEdgeRefreshDetails instance for mocking.

Applies to