Microsoft Azure · Schema

ResourceGroupProperties

The resource group properties.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
provisioningState string The provisioning state.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-resourcegroupproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceGroupProperties",
  "title": "ResourceGroupProperties",
  "type": "object",
  "description": "The resource group properties.",
  "properties": {
    "provisioningState": {
      "type": "string",
      "readOnly": true,
      "description": "The provisioning state.",
      "example": "example_value"
    }
  }
}