Microsoft Azure · Schema

ResourceGroupPatchable

Resource group information for update.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
name string The name of the resource group.
tags object The tags attached to the resource group.
View JSON Schema on GitHub

JSON Schema

azure-resource-manager-resource-group-patchable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceGroupPatchable",
  "type": "object",
  "description": "Resource group information for update.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the resource group."
    },
    "tags": {
      "type": "object",
      "description": "The tags attached to the resource group."
    }
  }
}