Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.management_partner.operations

Fields

NameDatatypeDescription
namestringthis is the operation response name
displayobjectthis is the management partner operation
originstringthe is operation response origin information

Methods

NameAccessible byRequired ParamsDescription
listSELECTList all the operations.

SELECT examples

List all the operations.

SELECT
name,
display,
origin
FROM azure_extras.management_partner.operations
;