operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure_extras.saas.operations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The resource uri |
name | string | The name of the resource |
properties | object | saas properties |
tags | object | the resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | operationId | Gets information about the specified operation progress. |
list | SELECT |
| Gets all SaaS app operations. |
saas_resource_list_access_token | EXEC | resourceId | Gets 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
;