ExportSchedule interface
The schedule associated with the export.
Properties
recurrence | The schedule recurrence. |
recurrence |
Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date. |
status | The status of the export's schedule. If 'Inactive', the export's schedule is paused. |
Property Details
recurrence
The schedule recurrence.
recurrence?: string
Property Value
string
recurrencePeriod
Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.
recurrencePeriod?: ExportRecurrencePeriod
Property Value
status
The status of the export's schedule. If 'Inactive', the export's schedule is paused.
status?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript