Skip to main content

full_backups

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

Overview

Namefull_backups
TypeResource
Idazure.key_vault_administration.full_backups

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
full_backupexecvault_base_url, storageResourceUriCreates a full backup using a user-provided SAS token to an Azure blob storage container.

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

Creates a full backup using a user-provided SAS token to an Azure blob storage container.

EXEC azure.key_vault_administration.full_backups.full_backup 
@vault_base_url='{{ vault_base_url }}' --required
@@json=
'{
"storageResourceUri": "{{ storageResourceUri }}",
"token": "{{ token }}",
"useManagedIdentity": {{ useManagedIdentity }}
}'
;