Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.batch.operations

Fields

NameDatatypeDescription
namestringThis is of the format {provider}/{resource}/{operation}
displayobject
isDataActionbooleanIndicates whether the operation is a data action
originstring
propertiesobject

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists 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
;