Azure Storage Accounts · JSON Structure

Azure Storage Accounts Management Policy Schema Structure

The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.

Type: object Properties: 1 Required: 1
AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

ManagementPolicySchema is a JSON Structure definition published by Azure Storage Accounts, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

rules

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-accounts/refs/heads/main/json-structure/azure-storage-accounts-management-policy-schema-structure.json",
  "description": "The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.",
  "properties": {
    "rules": {
      "description": "The Storage Account ManagementPolicies Rules. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.",
      "items": {
        "$ref": "#/definitions/ManagementPolicyRule"
      },
      "type": "array"
    }
  },
  "type": "object",
  "required": [
    "rules"
  ],
  "name": "ManagementPolicySchema"
}