Azure Functions · Example Payload

Azure Functions Backup Schedule Example

CloudComputeEvent-DrivenFunctionsServerless

Azure Functions Backup Schedule Example is an example object payload from Azure Functions, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

frequencyIntervalfrequencyUnitkeepAtLeastOneBackuplastExecutionTimeretentionPeriodInDaysstartTime

Example Payload

Raw ↑
{
  "frequencyInterval": 1,
  "frequencyUnit": "Day",
  "keepAtLeastOneBackup": true,
  "lastExecutionTime": "2026-04-19T12:00:00Z",
  "retentionPeriodInDays": 1,
  "startTime": "2026-04-19T12:00:00Z"
}