Azure Storage Account · JSON Structure

Azure Storage Account Management Policy Base Blob Structure

Management policy action for base blob.

Type: object Properties: 3
AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

ManagementPolicyBaseBlob is a JSON Structure definition published by Azure Storage Account, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

delete tierToArchive tierToCool

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-management-policy-base-blob-structure.json",
  "description": "Management policy action for base blob.",
  "properties": {
    "delete": {
      "$ref": "#/definitions/DateAfterModification",
      "description": "The function to delete the blob"
    },
    "tierToArchive": {
      "$ref": "#/definitions/DateAfterModification",
      "description": "The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier"
    },
    "tierToCool": {
      "$ref": "#/definitions/DateAfterModification",
      "description": "The function to tier blobs to cool storage. Support blobs currently at Hot tier"
    }
  },
  "type": "object",
  "name": "ManagementPolicyBaseBlob"
}