operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.batch.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | This is of the format {provider}/{resource}/{operation} |
display | object | |
isDataAction | boolean | Indicates whether the operation is a data action |
origin | string | |
properties | object |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists available operations for the Microsoft.Batch provider |
SELECT
examples
Lists available operations for the Microsoft.Batch provider
SELECT
name,
display,
isDataAction,
origin,
properties
FROM azure.batch.operations
;