Share via


TimerTrigger Constructors

Definition

Overloads

TimerTrigger()

Initializes a new instance of the TimerTrigger class.

TimerTrigger(String, String, String)

Initializes a new instance of the TimerTrigger class.

TimerTrigger()

Initializes a new instance of the TimerTrigger class.

public TimerTrigger ();
Public Sub New ()

Applies to

TimerTrigger(String, String, String)

Initializes a new instance of the TimerTrigger class.

public TimerTrigger (string schedule, string name, string status = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.TimerTrigger : string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.TimerTrigger
Public Sub New (schedule As String, name As String, Optional status As String = Nothing)

Parameters

schedule
String

The CRON expression for the task schedule

name
String

The name of the trigger.

status
String

The current status of trigger. Possible values include: 'Disabled', 'Enabled'

Applies to