Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.custom_providers.operations

Fields

NameDatatypeDescription
namestringOperation name, in format of {provider}/{resource}/{operation}
display``Display metadata associated with the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTThe list of operations provided by Microsoft CustomProviders.

SELECT examples

The list of operations provided by Microsoft CustomProviders.

SELECT
name,
display
FROM azure.custom_providers.operations
;