pre_full_backups
Creates, updates, deletes, gets or lists a pre_full_backups resource.
Overview
| Name | pre_full_backups |
| Type | Resource |
| Id | azure.key_vault_administration.pre_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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
pre_full_backup | exec | vault_base_url | Pre-backup operation for checking whether the customer can perform a full backup 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.
| Name | Datatype | Description |
|---|---|---|
vault_base_url | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client vaultBaseUrl parameter. (default: ) |
Lifecycle Methods
- pre_full_backup
Pre-backup operation for checking whether the customer can perform a full backup operation.
EXEC azure.key_vault_administration.pre_full_backups.pre_full_backup
@vault_base_url='{{ vault_base_url }}' --required
@@json=
'{
"storageResourceUri": "{{ storageResourceUri }}",
"token": "{{ token }}",
"useManagedIdentity": {{ useManagedIdentity }}
}'
;