operation_results
Creates, updates, deletes, gets or lists an operation_results resource.
Overview
| Name | operation_results |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get | exec | subscriptionId, location, operationId | api-version | Get 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.
| Name | Datatype | Description |
|---|---|---|
location | string | The location for the cluster code versions. This is different from cluster location. |
operationId | string | operation identifier. |
subscriptionId | string | The customer subscription identifier. |
api-version | string | The 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
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 }}'
;