servers_operation_results
Creates, updates, deletes, gets or lists a servers_operation_results
resource.
Overview
Name | servers_operation_results |
Type | Resource |
Id | azure.analysis_services.servers_operation_results |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, operationId, subscriptionId | List the result of the specified operation. |
SELECT
examples
List the result of the specified operation.
SELECT
FROM azure.analysis_services.servers_operation_results
WHERE location = '{{ location }}'
AND operationId = '{{ operationId }}'
AND subscriptionId = '{{ subscriptionId }}';