operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.management_partner.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | this is the operation response name |
display | object | this is the management partner operation |
origin | string | the is operation response origin information |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| List all the operations. |
SELECT
examples
List all the operations.
SELECT
name,
display,
origin
FROM azure_extras.management_partner.operations
;