Skip to main content

backups_under_volumes

Creates, updates, deletes, gets or lists a backups_under_volumes resource.

Overview

Namebackups_under_volumes
TypeResource
Idazure_isv.netapp.backups_under_volumes

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:

NameAccessible byRequired ParamsOptional ParamsDescription
migrate_backupsexecsubscriptionId, resourceGroupName, accountName, poolName, volumeName, backupVaultIdMigrate the backups under volume to backup vault

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.

NameDatatypeDescription
accountNamestringThe name of the NetApp account
poolNamestringThe name of the capacity pool
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.
volumeNamestringThe name of the volume

Lifecycle Methods

Migrate the backups under volume to backup vault

EXEC azure_isv.netapp.backups_under_volumes.migrate_backups 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@accountName='{{ accountName }}' --required,
@poolName='{{ poolName }}' --required,
@volumeName='{{ volumeName }}' --required
@@json=
'{
"backupVaultId": "{{ backupVaultId }}"
}'
;