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

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listexeclocation, operationId, subscriptionIdList the result of the specified operation.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationstringThe region name which the operation will lookup into.
operationIdstringThe target operation Id.
subscriptionIdstringA unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Lifecycle Methods

List the result of the specified operation.

EXEC azure.analysis_services.servers_operation_results.list 
@location='{{ location }}' --required,
@operationId='{{ operationId }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;