operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.software_plan.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the operation |
display | object | Display fields for an operation. |
origin | string | Origin of the response |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | scope | List all the operations. |
SELECT
examples
List all the operations.
SELECT
name,
display,
origin
FROM azure.software_plan.operations
WHERE scope = '{{ scope }}';