Schedule 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 model.
public class Schedule : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Schedule>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Schedule>
type Schedule = class
interface IJsonModel<Schedule>
interface IPersistableModel<Schedule>
Public Class Schedule
Implements IJsonModel(Of Schedule), IPersistableModel(Of Schedule)
- Inheritance
-
Schedule
- Implements
Constructors
| Name | Description |
|---|---|
| Schedule(Boolean, Trigger, ScheduleTask) |
Initializes a new instance of Schedule. |
Properties
| Name | Description |
|---|---|
| Description |
Description of the schedule. |
| DisplayName |
Name of the schedule. |
| Enabled |
Enabled status of the schedule. |
| Id |
Identifier of the schedule. |
| Properties |
Schedule's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. |
| ProvisioningStatus |
Provisioning status of the schedule. |
| SystemData |
System metadata for the resource. |
| Tags |
Schedule's tags. Unlike properties, tags are fully mutable. |
| Task |
Task for the schedule. |
| Trigger |
Trigger for the schedule. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to Schedule) | |
| Implicit(Schedule to BinaryContent) | |