Skip to main content

pre_full_restore_operations

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

Overview

Namepre_full_restore_operations
TypeResource
Idazure.key_vault_administration.pre_full_restore_operations

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
pre_full_restore_operationexecvault_base_urlPre-restore operation for checking whether the customer can perform a full restore operation.

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
vault_base_urlstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client vaultBaseUrl parameter. (default: )

Lifecycle Methods

Pre-restore operation for checking whether the customer can perform a full restore operation.

EXEC azure.key_vault_administration.pre_full_restore_operations.pre_full_restore_operation 
@vault_base_url='{{ vault_base_url }}' --required
@@json=
'{
"sasTokenParameters": "{{ sasTokenParameters }}",
"folderToRestore": "{{ folderToRestore }}"
}'
;