TimerTriggerUpdateParameters Class
The properties for updating a timer trigger.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTimerTriggerUpdateParameters
Constructor
TimerTriggerUpdateParameters(*, name: str, schedule: str | None = None, status: str | _models.TriggerStatus | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
schedule
|
The CRON expression for the task schedule. |
status
|
str or
TriggerStatus
The current status of trigger. Known values are: "Disabled" and "Enabled". |
name
|
The name of the trigger. Required. |
Variables
Name | Description |
---|---|
schedule
|
The CRON expression for the task schedule. |
status
|
str or
TriggerStatus
The current status of trigger. Known values are: "Disabled" and "Enabled". |
name
|
The name of the trigger. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python