OBJECT

AzureNativeStorageAccount

Description

Azure storage account.

link GraphQL Schema definition

  • type AzureNativeStorageAccount {
  • # Azure ID of the storage account.
  • id: String!
  • # Name of the storage account.
  • name: String!
  • # Region where the storage account is located.
  • region: AzureNativeRegion!
  • # Name of the resource group where storage account is located.
  • resourceGroupName: String!
  • # Tags attached to the storage account.
  • tags: [AzureTag!]!
  • }

link Require by