Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.attestation.operations

Fields

NameDatatypeDescription
namestringName of the operation.
displayobjectDisplay object with properties of the operation.
propertiesobjectExtra Operation properties

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists 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
;