Skip to main content

status

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

Overview

Namestatus
TypeResource
Idazure.key_vault_administration.status

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
restore_statusexecjob_id, vault_base_urlReturns the status of 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
job_idstringThe Job Id returned part of the restore operation. Required.
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

Returns the status of restore operation.

EXEC azure.key_vault_administration.status.restore_status 
@job_id='{{ job_id }}' --required,
@vault_base_url='{{ vault_base_url }}' --required
;