ENUM
AzureStorageAccessTier
Description
Storage Tier for the storage accounts/containers.
link GraphQL Schema definition
- enum AzureStorageAccessTier {
- # The Azure Storage account access is Archive.
- # The Azure Storage account access is Cold.
- # The Azure Storage account access is Cool.
- # The Azure Storage account access is Hot.
- # The Azure Storage account access tier is unknown.
- }
link Require by
- AzureStorageAccountAn Azure storage account that contains Azure storage data objects including blobs, file shares, queues, tables, and disks. For more information, see https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview.
- StartRecoverAzureNativeStorageAccountJobInputInput for the job to recover azure storage account or blobs using storage account snapshot.