OBJECT
AzureNativeStorageAccount
Description
Azure storage account.
link GraphQL Schema definition
- type AzureNativeStorageAccount {
- # Azure ID of the storage account.
- : String!
- # Name of the storage account.
- : String!
- # Region where the storage account is located.
- : AzureNativeRegion!
- # Name of the resource group where storage account is located.
- : String!
- # Tags attached to the storage account.
- : [AzureTag!]!
- }