Share via


ScheduleRun Class

Definition

Schedule run model.

public class ScheduleRun : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ScheduleRun>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ScheduleRun>
type ScheduleRun = class
    interface IJsonModel<ScheduleRun>
    interface IPersistableModel<ScheduleRun>
Public Class ScheduleRun
Implements IJsonModel(Of ScheduleRun), IPersistableModel(Of ScheduleRun)
Inheritance
ScheduleRun
Implements

Properties

Name Description
Error

Error information for the schedule run.

Properties

Properties of the schedule run.

RunId

Identifier of the schedule run.

ScheduleId

Identifier of the schedule.

Success

Trigger success status of the schedule run.

TriggerTime

Trigger time of the schedule run.

Methods

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

Operators

Name Description
Explicit(ClientResult to ScheduleRun)

Explicit Interface Implementations

Name Description
IJsonModel<ScheduleRun>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ScheduleRun>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ScheduleRun>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ScheduleRun>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ScheduleRun>.Write(ModelReaderWriterOptions)

Applies to