Skip to main content

servers_operation_results

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

Overview

Nameservers_operation_results
TypeResource
Idazure.analysis_services.servers_operation_results

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, operationId, subscriptionIdList 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 }}';