HciCollectLogJobProperties 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 an HCI Collect Log job.
public class HciCollectLogJobProperties : Azure.ResourceManager.Hci.Models.HciEdgeDeviceJobProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciCollectLogJobProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciCollectLogJobProperties>
type HciCollectLogJobProperties = class
inherit HciEdgeDeviceJobProperties
interface IJsonModel<HciCollectLogJobProperties>
interface IPersistableModel<HciCollectLogJobProperties>
Public Class HciCollectLogJobProperties
Inherits HciEdgeDeviceJobProperties
Implements IJsonModel(Of HciCollectLogJobProperties), IPersistableModel(Of HciCollectLogJobProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| HciCollectLogJobProperties(DateTimeOffset, DateTimeOffset) |
Initializes a new instance of HciCollectLogJobProperties. |
Properties
| Name | Description |
|---|---|
| CollectionEndOn |
To date for log collection. |
| CollectionStartOn |
From date for log collection. |
| DeploymentMode |
Deployment mode to trigger job. (Inherited from HciEdgeDeviceJobProperties) |
| EndOn |
The UTC date and time at which the job completed. (Inherited from HciEdgeDeviceJobProperties) |
| JobId |
Unique, immutable job id. (Inherited from HciEdgeDeviceJobProperties) |
| LastLogGeneratedOn |
To date for log collection. |
| ProvisioningState |
Job provisioning state. (Inherited from HciEdgeDeviceJobProperties) |
| ReportedProperties |
log collection job reported properties. |
| StartOn |
The UTC date and time at which the job started. (Inherited from HciEdgeDeviceJobProperties) |
| Status |
Status of Edge device job. (Inherited from HciEdgeDeviceJobProperties) |