operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.key_vault.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | `` | Display metadata associated with the operation. |
isDataAction | boolean | Property to specify whether the action is a data action. |
origin | string | The origin of operations. |
properties | object | Properties of operation, include metric specifications. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists 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
;