backups_under_backup_vaults
Creates, updates, deletes, gets or lists a backups_under_backup_vaults
resource.
Overview
Name | backups_under_backup_vaults |
Type | Resource |
Id | azure_isv.netapp.backups_under_backup_vaults |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
restore_files | exec | subscriptionId , resourceGroupName , accountName , backupVaultName , backupName , fileList , destinationVolumeId | Restore the specified files from the specified backup to the active filesystem |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
accountName | string | The name of the NetApp account |
backupName | string | The name of the backup |
backupVaultName | string | The name of the Backup Vault |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
Lifecycle Methods
- restore_files
Restore the specified files from the specified backup to the active filesystem
EXEC azure_isv.netapp.backups_under_backup_vaults.restore_files
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@accountName='{{ accountName }}' --required,
@backupVaultName='{{ backupVaultName }}' --required,
@backupName='{{ backupName }}' --required
@@json=
'{
"fileList": "{{ fileList }}",
"restoreFilePath": "{{ restoreFilePath }}",
"destinationVolumeId": "{{ destinationVolumeId }}"
}'
;