Skip to main content

operation_results

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

Overview

Nameoperation_results
TypeResource
Idazure.service_fabric_managed_clusters.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
getexecsubscriptionId, location, operationIdapi-versionGet long running operation result.

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 location for the cluster code versions. This is different from cluster location.
operationIdstringoperation identifier.
subscriptionIdstringThe customer subscription identifier.
api-versionstringThe version of the Service Fabric resource provider API. This is a required parameter and it's value must be "2024-06-01-preview" for this specification.

Lifecycle Methods

Get long running operation result.

EXEC azure.service_fabric_managed_clusters.operation_results.get 
@subscriptionId='{{ subscriptionId }}' --required,
@location='{{ location }}' --required,
@operationId='{{ operationId }}' --required,
@api-version='{{ api-version }}'
;