Share via


SqlServerJobExecutionData Class

Definition

A class representing the SqlServerJobExecution data model. An execution of a job

public class SqlServerJobExecutionData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.SqlServerJobExecutionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.SqlServerJobExecutionData>
type SqlServerJobExecutionData = class
    inherit ResourceData
    interface IJsonModel<SqlServerJobExecutionData>
    interface IPersistableModel<SqlServerJobExecutionData>
Public Class SqlServerJobExecutionData
Inherits ResourceData
Implements IJsonModel(Of SqlServerJobExecutionData), IPersistableModel(Of SqlServerJobExecutionData)
Inheritance
SqlServerJobExecutionData
Implements

Constructors

SqlServerJobExecutionData()

Initializes a new instance of SqlServerJobExecutionData.

Properties

CreateOn

The time that the job execution was created.

CurrentAttempts

Number of times the job execution has been attempted.

CurrentAttemptStartOn

Start time of the current attempt.

EndOn

The time that the job execution completed.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
JobExecutionId

The unique identifier of the job execution.

JobVersion

The job version number.

LastMessage

The last status or error message.

Lifecycle

The detailed state of the job execution.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The ARM provisioning state of the job execution.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
StartOn

The time that the job execution started.

StepId

The job step id.

StepName

The job step name.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Target

The target that this execution is executed on.

Explicit Interface Implementations

IJsonModel<SqlServerJobExecutionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SqlServerJobExecutionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlServerJobExecutionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlServerJobExecutionData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SqlServerJobExecutionData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to