Azure Storage Accounts · JSON Structure

Azure Storage Accounts Management Policy Base Blob Structure

Management policy action for base blob.

Type: object Properties: 3
AzureBlob StorageCloud StorageFile StorageQueue StorageStorageTable Storage

ManagementPolicyBaseBlob is a JSON Structure definition published by Azure Storage Accounts, 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-accounts/refs/heads/main/json-structure/azure-storage-accounts-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"
}