operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.attestation.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation. |
display | object | Display object with properties of the operation. |
properties | object | Extra Operation properties |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Azure attestation operations. |
SELECT
examples
Lists all of the available Azure attestation operations.
SELECT
name,
display,
properties
FROM azure.attestation.operations
;