ImmutabilityPolicy

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

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Properties

Name Type Description
properties object The properties of an ImmutabilityPolicy of a blob container.
View JSON Schema on GitHub

JSON Schema

azure-storage-account-immutability-policy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-storage-account/refs/heads/main/json-schema/azure-storage-account-immutability-policy-schema.json",
  "title": "ImmutabilityPolicy",
  "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"
  ]
}