ProjectsSchedule 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.
The Schedules sub-client.
public class ProjectsSchedule : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Evaluation.ProjectsSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Evaluation.ProjectsSchedule>
type ProjectsSchedule = class
interface IJsonModel<ProjectsSchedule>
interface IPersistableModel<ProjectsSchedule>
Public Class ProjectsSchedule
Implements IJsonModel(Of ProjectsSchedule), IPersistableModel(Of ProjectsSchedule)
- Inheritance
-
ProjectsSchedule
- Implements
Constructors
| Name | Description |
|---|---|
| ProjectsSchedule(Boolean, ScheduleTrigger, ProjectsScheduleTask) |
Initializes a new instance of ProjectsSchedule. |
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 ProjectsSchedule) | |
| Implicit(ProjectsSchedule to BinaryContent) | |