Recurrence Class
The repeating times at which this profile begins. This element is not used if the FixedDate element is used.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
Recurrence
Constructor
Recurrence(*, frequency: Union[str, azure.mgmt.monitor.v2015_04_01.models._monitor_management_client_enums.RecurrenceFrequency], schedule: azure.mgmt.monitor.v2015_04_01.models._models_py3.RecurrentSchedule, **kwargs)
Variables
- frequency
- str or <xref:$>(<xref:python-base-namespace>)RecurrenceFrequency
Required. 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
- <xref:$>(<xref:python-base-namespace>)RecurrentSchedule
Required. the scheduling constraints for when the profile begins.
Feedback
Submit and view feedback for