INPUT_OBJECT
StorageAccountConfigItem
Description
Storage Account Config Item.
link GraphQL Schema definition
- input StorageAccountConfigItem {
- # The name of storage account.
- String :
- # The tier of storage account.
- StorageAccountTier :
- # The sku of storage account.
- StorageAccountSku :
- # The immutability status for colossus container in storage account.
- ColossusStorageContainerImmutabilityStatus :
- # Implies if storage versioning is enabled.
- Boolean :
- }