operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.custom_providers.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name, in format of {provider}/{resource}/{operation} |
display | `` | Display metadata associated with the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| The 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
;