Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure.spring_apps.operations

Fields

NameDatatypeDescription
namestringName of the operation
actionTypestringEnum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
displayobjectOperation display payload
isDataActionbooleanIndicates whether the operation is a data action
originstringOrigin of the operation
propertiesobjectExtra Operation properties

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available REST API operations of the Microsoft.AppPlatform provider.

SELECT examples

Lists all of the available REST API operations of the Microsoft.AppPlatform provider.

SELECT
name,
actionType,
display,
isDataAction,
origin,
properties
FROM azure.spring_apps.operations
;