Skip to main content

operation_results

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

Overview

Nameoperation_results
TypeResource
Idazure.video_analyzer.operation_results

Fields

NameDatatypeDescription
encryptiontextfield from the properties object
endpointstextfield from the properties object
identitytextThe managed identity for the Video Analyzer resource.
iot_hubstextfield from the properties object
locationtextThe geo-location where the resource lives
locationNametextfield from the properties object
network_access_controltextfield from the properties object
operationIdtextfield from the properties object
private_endpoint_connectionstextfield from the properties object
provisioning_statetextfield from the properties object
public_network_accesstextfield from the properties object
storage_accountstextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextResource tags.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationName, operationId, subscriptionIdGet video analyzer operation result.

SELECT examples

Get video analyzer operation result.

SELECT
encryption,
endpoints,
identity,
iot_hubs,
location,
locationName,
network_access_control,
operationId,
private_endpoint_connections,
provisioning_state,
public_network_access,
storage_accounts,
subscriptionId,
tags
FROM azure.video_analyzer.vw_operation_results
WHERE locationName = '{{ locationName }}'
AND operationId = '{{ operationId }}'
AND subscriptionId = '{{ subscriptionId }}';