Share via


TimerTriggerUpdateParameters Class

Definition

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