TimerTrigger 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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET