Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.software_plan.operations

Fields

NameDatatypeDescription
namestringName of the operation
displayobjectDisplay fields for an operation.
originstringOrigin of the response

Methods

NameAccessible byRequired ParamsDescription
listSELECTscopeList all the operations.

SELECT examples

List all the operations.

SELECT
name,
display,
origin
FROM azure.software_plan.operations
WHERE scope = '{{ scope }}';