Azure Storage Accounts · JSON Structure

Azure Storage Accounts Management Policy Action Structure

Actions are applied to the filtered blobs when the execution condition is met.

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

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

Properties

baseBlob snapshot

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-action-structure.json",
  "description": "Actions are applied to the filtered blobs when the execution condition is met.",
  "properties": {
    "baseBlob": {
      "$ref": "#/definitions/ManagementPolicyBaseBlob",
      "description": "The management policy action for base blob"
    },
    "snapshot": {
      "$ref": "#/definitions/ManagementPolicySnapShot",
      "description": "The management policy action for snapshot"
    }
  },
  "type": "object",
  "name": "ManagementPolicyAction"
}