DrillRunResourceProperties 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.
Properties of a Drill Run resource.
public class DrillRunResourceProperties : Azure.ResourceManager.ResilienceManagement.Models.JobResourceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResilienceManagement.Models.DrillRunResourceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResilienceManagement.Models.DrillRunResourceProperties>
type DrillRunResourceProperties = class
inherit JobResourceProperties
interface IJsonModel<DrillRunResourceProperties>
interface IPersistableModel<DrillRunResourceProperties>
Public Class DrillRunResourceProperties
Inherits JobResourceProperties
Implements IJsonModel(Of DrillRunResourceProperties), IPersistableModel(Of DrillRunResourceProperties)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Duration |
The time elapsed during the execution of this job. (Inherited from JobResourceProperties) |
| EndOn |
The end time of the job execution. (Inherited from JobResourceProperties) |
| ErrorDetails |
Details of any errors that occurred during the execution of this job. (Inherited from JobResourceProperties) |
| JobExtendedInfo |
Additional information about the job. (Inherited from JobResourceProperties) |
| JobId |
Id of the Job under which this job-resource exists. (Inherited from JobResourceProperties) |
| Operation |
The operation that this job is intended to perform. (Inherited from JobResourceProperties) |
| ProvisioningState |
The provisioning state of the Drill Run Resource. |
| ResourceId |
The resource for which this job was created. This is typically the resource that the job is intended to manage or operate on. (Inherited from JobResourceProperties) |
| RetryDetails |
Details of any retries that have been attempted for this job. (Inherited from JobResourceProperties) |
| StartOn |
The start time of the job execution. (Inherited from JobResourceProperties) |
| Status |
The current status of the job execution. (Inherited from JobResourceProperties) |
| TaskId |
Id of the job-task to which this job resource is associated. (Inherited from JobResourceProperties) |
| TaskName |
Friendly name of the job-task to which this job resource is associated. (Inherited from JobResourceProperties) |
| UserComments |
User Comments. (Inherited from JobResourceProperties) |