ScheduleRun 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.
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
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to ScheduleRun) | |