ScheduledQueryRuleSchedule 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
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.