Schedule 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
Schedule() | |
Schedule(Int32, Int32) |
Schedule()
public Schedule ();
Public Sub New ()
Applies to
Schedule(Int32, Int32)
public Schedule (int frequencyInMinutes, int timeWindowInMinutes);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Schedule : int * int -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Schedule
Public Sub New (frequencyInMinutes As Integer, timeWindowInMinutes As Integer)
Parameters
- frequencyInMinutes
- Int32
- timeWindowInMinutes
- Int32