Skip to main content

operation_results

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

Overview

Nameoperation_results
TypeResource
Idazure.lab_services.operation_results

Fields

The following fields are returned by SELECT queries:

The request was successful; response contains the operation result.

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
endTimestring (date-time)End time
errorobjectThe error for a failure if the operation failed.
percentCompletenumberPercent completion
startTimestring (date-time)Start time
statusstringThe operation status

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectReturns an azure 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

SELECT examples

Returns an azure operation result.

SELECT
id,
name,
endTime,
error,
percentComplete,
startTime,
status
FROM azure.lab_services.operation_results
;