TimerTriggerUpdateParameters 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 properties for updating a timer trigger.
public class TimerTriggerUpdateParameters
type TimerTriggerUpdateParameters = class
Public Class TimerTriggerUpdateParameters
- Inheritance
-
TimerTriggerUpdateParameters
Constructors
TimerTriggerUpdateParameters() |
Initializes a new instance of the TimerTriggerUpdateParameters class. |
TimerTriggerUpdateParameters(String, String, String) |
Initializes a new instance of the TimerTriggerUpdateParameters class. |
Properties
Name |
Gets or sets the name of the trigger. |
Schedule |
Gets or sets the CRON expression for the task schedule |
Status |
Gets or sets the current status of trigger. Possible values include: 'Disabled', 'Enabled' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET