Skip to main content

provider_operations

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

Overview

Nameprovider_operations
TypeResource
Idazure.dev_test_labs.provider_operations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}
displayobjectThe object that describes the operations

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectapi-versionResult of the request to list REST API operations

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
api-versionstringClient API version.

SELECT examples

Result of the request to list REST API operations

SELECT
name,
display
FROM azure.dev_test_labs.provider_operations
WHERE api-version = '{{ api-version }}'
;