Azure Functions · Example Payload

Azure Functions Container Memory Statistics Example

CloudComputeEvent-DrivenFunctionsServerless

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

Top-level fields

limitmaxUsageusage

Example Payload

Raw ↑
{
  "limit": 1,
  "maxUsage": 1,
  "usage": 1
}