{ "$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" }