Share via


TimerTriggerUpdateParameters Constructors

Definition

Overloads

TimerTriggerUpdateParameters()

Initializes a new instance of the TimerTriggerUpdateParameters class.

TimerTriggerUpdateParameters(String, String, String)

Initializes a new instance of the TimerTriggerUpdateParameters class.

TimerTriggerUpdateParameters()

Initializes a new instance of the TimerTriggerUpdateParameters class.

public TimerTriggerUpdateParameters ();
Public Sub New ()

Applies to

TimerTriggerUpdateParameters(String, String, String)

Initializes a new instance of the TimerTriggerUpdateParameters class.

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

Parameters

name
String

The name of the trigger.

schedule
String

The CRON expression for the task schedule

status
String

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

Applies to