AccessTier type

The default access tier for block blobs in the storage account. Required for storage accounts where kind = BlobStorage. See more details in: https://learn.microsoft.com/azure/storage/blobs/access-tiers-overview.

type AccessTier = "Hot" | "Cool" | "Premium" | "Cold" | "Smart"