Azure Storage Account · JSON Structure

Azure Storage Account Immutability Policy Structure

The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag.

Type: object Properties: 1 Required: 1
AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

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

Properties

properties

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-account/refs/heads/main/json-structure/azure-storage-account-immutability-policy-structure.json",
  "description": "The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag.",
  "properties": {
    "properties": {
      "$ref": "#/definitions/ImmutabilityPolicyProperty",
      "description": "The properties of an ImmutabilityPolicy of a blob container.",
      "x-ms-client-flatten": true
    }
  },
  "type": "object",
  "required": [
    "properties"
  ],
  "name": "ImmutabilityPolicy"
}