DataBoxEdgeJobData 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.
A class representing the DataBoxEdgeJob data model. A device job.
public class DataBoxEdgeJobData : Azure.ResourceManager.Models.ResourceData
type DataBoxEdgeJobData = class
inherit ResourceData
Public Class DataBoxEdgeJobData
Inherits ResourceData
- Inheritance
Properties
CurrentStage |
Current stage of the update operation. |
DownloadProgress |
The download progress. |
EndOn |
The UTC date and time at which the job completed. |
Error |
The error details. |
ErrorManifestFile |
Local share/remote container relative path to the error manifest file of the refresh. |
Folder |
If only subfolders need to be refreshed, then the subfolder path inside the share or container. (The path is empty if there are no subfolders.). |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InstallProgress |
The install progress. |
JobType |
The type of the job. |
Name |
The name of the resource. (Inherited from ResourceData) |
PercentComplete |
The percentage of the job that is complete. |
RefreshedEntityId |
ARM ID of the entity that was refreshed. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
StartOn |
The UTC date and time at which the job started. |
Status |
The current status of the job. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TotalRefreshErrors |
Total number of errors encountered during the refresh process. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET