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

ScheduledQueryRuleSchedule Constructors

Definition

Overloads

ScheduledQueryRuleSchedule()
ScheduledQueryRuleSchedule(Schedule)

Initializes a new instance of the ScheduledQueryRuleSchedule class.

ScheduledQueryRuleSchedule()

public ScheduledQueryRuleSchedule ();
Public Sub New ()

Applies to

ScheduledQueryRuleSchedule(Schedule)

Initializes a new instance of the ScheduledQueryRuleSchedule class.

public ScheduledQueryRuleSchedule (Microsoft.Azure.Management.Monitor.Models.Schedule schedule);
new Microsoft.Azure.Management.Monitor.Management.Models.ScheduledQueryRuleSchedule : Microsoft.Azure.Management.Monitor.Models.Schedule -> Microsoft.Azure.Management.Monitor.Management.Models.ScheduledQueryRuleSchedule
Public Sub New (schedule As Schedule)

Parameters

schedule
Schedule

Defines how often to run the search and the time interval.

Applies to