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
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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list | exec | location, operationId, subscriptionId | List 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.
| Name | Datatype | Description |
|---|---|---|
location | string | The region name which the operation will lookup into. |
operationId | string | The target operation Id. |
subscriptionId | string | A unique identifier for a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Lifecycle Methods
- list
List the result of the specified operation.
EXEC azure.analysis_services.servers_operation_results.list
@location='{{ location }}' --required,
@operationId='{{ operationId }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;