Skip to main content

operation_results

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

Overview

Nameoperation_results
TypeResource
Idazure.service_fabric_managed_clusters.operation_results

Fields

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

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, operationId, subscriptionIdGet long running operation result.

SELECT examples

Get long running operation result.

SELECT

FROM azure.service_fabric_managed_clusters.operation_results
WHERE location = '{{ location }}'
AND operationId = '{{ operationId }}'
AND subscriptionId = '{{ subscriptionId }}';