RedisCacheResource

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
properties object
id string
name string
type string
systemData object
tags object
location string
View JSON Schema on GitHub

JSON Schema

application-research-rediscacheresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RedisCacheResource",
  "title": "RedisCacheResource",
  "type": "object",
  "properties": {
    "properties": {
      "$ref": "#/components/schemas/RedisCacheProperties"
    },
    "id": {
      "type": "string",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "readOnly": true
    },
    "type": {
      "type": "string",
      "readOnly": true
    },
    "systemData": {
      "type": "object",
      "readOnly": true
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "location": {
      "type": "string"
    }
  },
  "required": [
    "properties",
    "location"
  ]
}