ENUM
AzureStorageTier
Description
Storage Tier for the storage accounts/containers. For more information, see https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview.
link GraphQL Schema definition
- enum AzureStorageTier {
- # Optimized for storing data that is rarely accessed and will be stored for at
- # least 180 days.
- # Optimized for storing data that is rarely accessed and will be stored for at
- # least 90 days.
- # Optimized for storing data that is accessed infrequently and will be stored for
- # at least 30 days.
- # Optimized for storing data that is frequently accessed and modified.
- # Unknown storage tier.
- }
link Require by
- AzureCloudNativeTargetCompanionAzure native archival specific fields for Azure Target Template.
- CreateCloudNativeAzureStorageSettingInputInput for create storage settings for an account.
- CreateCloudNativeRcvAzureStorageSettingInputInput for creating Rubrik Cloud Vault Azure storage settings.
- UpdateCloudNativeAzureStorageSettingInputInput for updating azure storage settings. Specify old value of the property if no change is intended on the property.