你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TimerTriggerDescriptor 构造函数

定义

重载

TimerTriggerDescriptor()

初始化 TimerTriggerDescriptor 类的新实例。

TimerTriggerDescriptor(String, String)

初始化 TimerTriggerDescriptor 类的新实例。

TimerTriggerDescriptor()

初始化 TimerTriggerDescriptor 类的新实例。

public TimerTriggerDescriptor ();
Public Sub New ()

适用于

TimerTriggerDescriptor(String, String)

初始化 TimerTriggerDescriptor 类的新实例。

public TimerTriggerDescriptor (string timerTriggerName = default, string scheduleOccurrence = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.TimerTriggerDescriptor : string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.TimerTriggerDescriptor
Public Sub New (Optional timerTriggerName As String = Nothing, Optional scheduleOccurrence As String = Nothing)

参数

timerTriggerName
String

导致运行的计时器触发器名称。

scheduleOccurrence
String

触发运行的匹配项。

适用于