RedisCacheResourceListResult

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
value array
nextLink string
View JSON Schema on GitHub

JSON Schema

application-research-rediscacheresourcelistresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RedisCacheResourceListResult",
  "title": "RedisCacheResourceListResult",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RedisCacheResource"
      }
    },
    "nextLink": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "value"
  ]
}