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.
- UUID! :
- # Resource group name of the storage account.
- String! :
- # Storage account name where database snapshot will be uploaded.
- String! :
- # Tags for the storage account. If storage account already exists, these tags are
- # ignored and existing tags will be retained.
- TagsInput :
- }