Azure Functions · Example Payload

Azure Functions Backup Item Collection Example

CloudComputeEvent-DrivenFunctionsServerless

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

Top-level fields

nextLinkvalue

Example Payload

Raw ↑
{
  "nextLink": "example-string",
  "value": [
    {}
  ]
}