DownloadOsJobProperties 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.
Represents the properties of Download Os job.
public class DownloadOsJobProperties : Azure.ResourceManager.Hci.Models.EdgeMachineJobProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.DownloadOsJobProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.DownloadOsJobProperties>
type DownloadOsJobProperties = class
inherit EdgeMachineJobProperties
interface IJsonModel<DownloadOsJobProperties>
interface IPersistableModel<DownloadOsJobProperties>
Public Class DownloadOsJobProperties
Inherits EdgeMachineJobProperties
Implements IJsonModel(Of DownloadOsJobProperties), IPersistableModel(Of DownloadOsJobProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DownloadOsJobProperties(DownloadContent) |
Initializes a new instance of DownloadOsJobProperties. |
Properties
| Name | Description |
|---|---|
| DeploymentMode |
Deployment mode to trigger job. (Inherited from EdgeMachineJobProperties) |
| DownloadRequest |
Download OS request. |
| EndOn |
The UTC date and time at which the job completed. (Inherited from EdgeMachineJobProperties) |
| Error |
error details. (Inherited from EdgeMachineJobProperties) |
| JobId |
Unique, immutable job id. (Inherited from EdgeMachineJobProperties) |
| ProvisioningState |
Job provisioning state. (Inherited from EdgeMachineJobProperties) |
| ReportedProperties |
Reported Properties for Download Os job. |
| StartOn |
The UTC date and time at which the job started. (Inherited from EdgeMachineJobProperties) |
| Status |
Status of Edge device job. (Inherited from EdgeMachineJobProperties) |