operation_results
Creates, updates, deletes, gets or lists a operation_results
resource.
Overview
Name | operation_results |
Type | Resource |
Id | azure.video_analyzer.operation_results |
Fields
- vw_operation_results
- operation_results
Name | Datatype | Description |
---|---|---|
encryption | text | field from the properties object |
endpoints | text | field from the properties object |
identity | text | The managed identity for the Video Analyzer resource. |
iot_hubs | text | field from the properties object |
location | text | The geo-location where the resource lives |
locationName | text | field from the properties object |
network_access_control | text | field from the properties object |
operationId | text | field from the properties object |
private_endpoint_connections | text | field from the properties object |
provisioning_state | text | field from the properties object |
public_network_access | text | field from the properties object |
storage_accounts | text | field from the properties object |
subscriptionId | text | field from the properties object |
tags | text | Resource tags. |
Name | Datatype | Description |
---|---|---|
identity | object | The managed identity for the Video Analyzer resource. |
location | string | The geo-location where the resource lives |
properties | object | The properties of the Video Analyzer account. |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | locationName, operationId, subscriptionId | Get video analyzer operation result. |
SELECT
examples
Get video analyzer operation result.
- vw_operation_results
- operation_results
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 }}';
SELECT
identity,
location,
properties,
tags
FROM azure.video_analyzer.operation_results
WHERE locationName = '{{ locationName }}'
AND operationId = '{{ operationId }}'
AND subscriptionId = '{{ subscriptionId }}';