INPUT_OBJECT

TargetStorageAccountConfigInput

Description

Input required to upload a database snapshot to an Azure storage account.

link GraphQL Schema definition

  • input TargetStorageAccountConfigInput {
  • # Cloud account ID of the target storage account's subscription.
  • subscriptionCloudAccountId: UUID!
  • # Resource group name of the storage account.
  • resourceGroupName: String!
  • # Storage account name where database snapshot will be uploaded.
  • storageAccountName: String!
  • # Tags for the storage account. If storage account already exists, these tags are
  • # ignored and existing tags will be retained.
  • tags: TagsInput
  • }