RecurrenceFrequency Enum
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.
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.
public enum RecurrenceFrequency
type RecurrenceFrequency =
Public Enum RecurrenceFrequency
- Inheritance
-
RecurrenceFrequency
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. |
Second | 1 | Second. |
Minute | 2 | Minute. |
Hour | 3 | Hour. |
Day | 4 | Day. |
Week | 5 | Week. |
Month | 6 | Month. |
Year | 7 | Year. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET