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