Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.key_vault.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
display``Display metadata associated with the operation.
isDataActionbooleanProperty to specify whether the action is a data action.
originstringThe origin of operations.
propertiesobjectProperties of operation, include metric specifications.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Key Vault Rest API operations.

SELECT examples

Lists all of the available Key Vault Rest API operations.

SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.key_vault.operations
;