DrillRunResourceProperties Class

Definition

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
DrillRunResourceProperties
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)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DrillRunResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DrillRunResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<JobResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from JobResourceProperties)
IJsonModel<JobResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from JobResourceProperties)
IPersistableModel<DrillRunResourceProperties>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DrillRunResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DrillRunResourceProperties>.Write(ModelReaderWriterOptions)
IPersistableModel<JobResourceProperties>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from JobResourceProperties)
IPersistableModel<JobResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from JobResourceProperties)
IPersistableModel<JobResourceProperties>.Write(ModelReaderWriterOptions) (Inherited from JobResourceProperties)

Applies to