provider_operations
Creates, updates, deletes, gets or lists a provider_operations
resource.
Overview
Name | provider_operations |
Type | Resource |
Id | azure.dev_test_labs.provider_operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation} |
display | object | The object that describes the operations |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Result of the request to list REST API operations |
SELECT
examples
Result of the request to list REST API operations
SELECT
name,
display
FROM azure.dev_test_labs.provider_operations
;