Skip to main content

vw_data_manager_for_agriculture_resources

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

Overview

Namevw_data_manager_for_agriculture_resources
TypeView
Idazure_extras.ag_food_platform.vw_data_manager_for_agriculture_resources

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
tags as tags,
identity as identity,
JSON_EXTRACT(properties, '$.instanceUri') as "instance_uri",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.sensorIntegration') as "sensor_integration",
JSON_EXTRACT(properties, '$.publicNetworkAccess') as "public_network_access",
JSON_EXTRACT(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
subscriptionId,
resourceGroupName,
dataManagerForAgricultureResourceName
FROM azure_extras.ag_food_platform.data_manager_for_agriculture_resources
WHERE subscriptionId = 'replace-me';