JobCollectionRecurrenceFrequency 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.
Maximum frequency that can be specified on any job in this job collection. Subset of acceptable frequencies is dependent on the plan.
public enum JobCollectionRecurrenceFrequency
type JobCollectionRecurrenceFrequency =
Public Enum JobCollectionRecurrenceFrequency
- Inheritance
-
JobCollectionRecurrenceFrequency
Fields
Name | Value | Description |
---|---|---|
Minute | 0 | |
Hour | 1 | |
Day | 2 | |
Week | 3 | |
Month | 4 | |
Year | 5 |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.