Recurrence 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
Recurrence() |
Initializes a new instance of the Recurrence class. |
Recurrence(RecurrenceFrequency, RecurrentSchedule) |
Initializes a new instance of the Recurrence class. |
Recurrence()
Initializes a new instance of the Recurrence class.
public Recurrence ();
Public Sub New ()
Applies to
Recurrence(RecurrenceFrequency, RecurrentSchedule)
Initializes a new instance of the Recurrence class.
public Recurrence (Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency frequency, Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule schedule);
new Microsoft.Azure.Management.Monitor.Models.Recurrence : Microsoft.Azure.Management.Monitor.Models.RecurrenceFrequency * Microsoft.Azure.Management.Monitor.Models.RecurrentSchedule -> Microsoft.Azure.Management.Monitor.Models.Recurrence
Public Sub New (frequency As RecurrenceFrequency, schedule As RecurrentSchedule)
Parameters
- frequency
- RecurrenceFrequency
the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly. Possible values include: 'None', 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'
- schedule
- RecurrentSchedule
the scheduling constraints for when the profile begins.
Applies to
Azure SDK for .NET