ProjectsRoutine 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.
A routine definition returned by the service.
public class ProjectsRoutine : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ProjectsRoutine>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ProjectsRoutine>
type ProjectsRoutine = class
interface IJsonModel<ProjectsRoutine>
interface IPersistableModel<ProjectsRoutine>
Public Class ProjectsRoutine
Implements IJsonModel(Of ProjectsRoutine), IPersistableModel(Of ProjectsRoutine)
- Inheritance
-
ProjectsRoutine
- Implements
Properties
| Name | Description |
|---|---|
| Action |
The action executed when the routine fires. |
| CreatedAt |
The time when the routine was created. |
| Description |
A human-readable description of the routine. |
| Enabled |
Whether the routine is enabled. |
| Name |
The routine name. |
| Triggers |
The triggers configured for the routine. |
| UpdatedAt |
The time when the routine was last updated. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to ProjectsRoutine) | |