INPUT_OBJECT
TargetStorageAccountConfigInput
Description
Input required to upload a database snapshot to an Azure storage account.
link GraphQL Schema definition
- input TargetStorageAccountConfigInput {
- # Resource group name of the storage account.
- : String!
- # Storage account name where database snapshot will be uploaded.
- : String!
- # Cloud account ID of the target storage account's subscription.
- : UUID!
- # Tags for the storage account. If storage account already exists, these tags are
- # ignored and existing tags will be retained.
- : TagsInput
- }