Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.container_apps.operations

Fields

NameDatatypeDescription
namestringName of the operation
displayobjectOperation display payload
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available RP operations.
job_executionEXECjobExecutionName, jobName, resourceGroupName, subscriptionId

SELECT examples

Lists all of the available RP operations.

SELECT
name,
display,
isDataAction,
origin
FROM azure.container_apps.operations
;