TimerTriggerUpdateParameters Constructors
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.
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
Azure SDK for .NET