Skip to main content

operations

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

Overview

Nameoperations
TypeResource
Idazure_extras.saas.operations

Fields

NameDatatypeDescription
idstringThe resource uri
namestringThe name of the resource
propertiesobjectsaas properties
tagsobjectthe resource tags.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECToperationIdGets information about the specified operation progress.
listSELECTGets all SaaS app operations.
saas_resource_list_access_tokenEXECresourceIdGets the ISV access token for a SaaS resource.

SELECT examples

Gets all SaaS app operations.

SELECT
id,
name,
properties,
tags,
type
FROM azure_extras.saas.operations
;