operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.professional_services.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | the operation name |
display | object | ProfessionalService app operation display |
isDataAction | boolean | whether the operation is a data action or not. |
origin | string | the operation origin |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Gets all ProfessionalService app operations. |
SELECT
examples
Gets all ProfessionalService app operations.
SELECT
name,
display,
isDataAction,
origin
FROM azure_extras.professional_services.operations
;