TagsObject

Tags object for patch operations.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
tags object Resource tags.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-tags-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TagsObject",
  "type": "object",
  "description": "Tags object for patch operations.",
  "properties": {
    "tags": {
      "type": "object",
      "description": "Resource tags."
    }
  }
}