DeviceJobDetails 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.
Device Job Details
public class DeviceJobDetails
type DeviceJobDetails = class
Public Class DeviceJobDetails
- Inheritance
-
DeviceJobDetails
Constructors
DeviceJobDetails() |
Initializes a new instance of the DeviceJobDetails class. |
DeviceJobDetails(String) |
Initializes a new instance of the DeviceJobDetails class with required arguments. |
Properties
BackupPolicy |
Optional. Name of the BackupPolicy used for the job |
BackupTimeStamp |
Optional. TimeStamp of the backup instance used for the job |
BackupType |
Optional. BackupType for the backup job |
DataStats |
Optional. Data statistics of the job. Null if N/A |
Device |
Optional. Device with which the job is associated |
Entity |
Optional. Entity with which the job is associated |
ErrorDetails |
Optional. Error info (for failed jobs) |
HideProgressDetails |
Optional. Hide job progress details |
InstanceId |
Optional. The instance identifier |
IsInstantRestoreComplete |
Optional. Instant restore complete, relevent only for running clone/restore jobs |
IsJobCancellable |
Optional. If the Job is cancellable or not |
JobDetails |
Optional. Workflow details |
Name |
Required. The name of the entity |
Progress |
Optional. Percentage completion of job (0-100) |
SourceDevice |
Optional. Source device (for DR and clone jobs) |
SourceEntity |
Optional. Source Entity (for DR and clone jobs) |
SourceVolume |
Optional. Source Volume associated with the job |
Status |
Optional. Status of Job. |
TimeStats |
Optional. Time statistics of the job. Null if N/A |
Type |
Optional. Type of Job |
Volume |
Optional. Volume on which the job is running |
Applies to
Azure SDK for .NET