Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.azure_data.operations

Fields

NameDatatypeDescription
namestringThe name of the operation being performed on this particular object.
displayobjectDisplay metadata associated with the operation.
originstringThe intended executor of the operation.
propertiesobjectAdditional descriptions for the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available SQL Server Registration API operations.

SELECT examples

Lists all of the available SQL Server Registration API operations.

SELECT
name,
display,
origin,
properties
FROM azure.azure_data.operations
;