CronTrigger 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.
Cron based trigger.
public class CronTrigger : Azure.AI.Projects.Trigger, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.CronTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.CronTrigger>
type CronTrigger = class
inherit Trigger
interface IJsonModel<CronTrigger>
interface IPersistableModel<CronTrigger>
Public Class CronTrigger
Inherits Trigger
Implements IJsonModel(Of CronTrigger), IPersistableModel(Of CronTrigger)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| CronTrigger(String) |
Initializes a new instance of CronTrigger. |
Properties
| Name | Description |
|---|---|
| EndTime |
End time for the cron schedule in ISO 8601 format. |
| Expression |
Cron expression that defines the schedule frequency. |
| StartTime |
Start time for the cron schedule in ISO 8601 format. |
| TimeZone |
Time zone for the cron schedule. |