professional_service_operations
Creates, updates, deletes, gets or lists a professional_service_operations
resource.
Overview
Name | professional_service_operations |
Type | Resource |
Id | azure_extras.professional_services.professional_service_operations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The resource uri |
name | string | The name of the resource |
properties | object | professionalService 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. |
SELECT
examples
Gets information about the specified operation progress.
SELECT
id,
name,
properties,
tags,
type
FROM azure_extras.professional_services.professional_service_operations
WHERE operationId = '{{ operationId }}';