Skip to main content

operation_results

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

Overview

Nameoperation_results
TypeResource
Idazure.data_protection.operation_results

Fields

NameDatatypeDescription
jobIdstringName or Arm Id of the job created for this operation.
objectTypestringThis property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, operationId, subscriptionIdGets the operation result for a resource

SELECT examples

Gets the operation result for a resource

SELECT
jobId,
objectType
FROM azure.data_protection.operation_results
WHERE location = '{{ location }}'
AND operationId = '{{ operationId }}'
AND subscriptionId = '{{ subscriptionId }}';