OBJECT
StorageAccount
link GraphQL Schema definition
- type StorageAccount {
- : StorageAccountTier!
- : String!
- # Specifies if versioning is enabled for the storage account.
- : Boolean!
- : String!
- : String!
- # Network rules for Azure storage account.
- : NetworkRuleSet
- : String!
- : ResourceGroup
- : StorageAccountSku!
- }