vw_data_manager_for_agriculture_resources
Creates, updates, deletes, gets or lists a vw_data_manager_for_agriculture_resources
resource.
Overview
Name | vw_data_manager_for_agriculture_resources |
Type | View |
Id | azure_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
- Sqlite3
- Postgres
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';
SELECT
location as location,
tags as tags,
identity as identity,
json_extract_path_text(properties, '$.instanceUri') as "instance_uri",
json_extract_path_text(properties, '$.provisioningState') as "provisioning_state",
json_extract_path_text(properties, '$.sensorIntegration') as "sensor_integration",
json_extract_path_text(properties, '$.publicNetworkAccess') as "public_network_access",
json_extract_path_text(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
subscriptionId,
resourceGroupName,
dataManagerForAgricultureResourceName
FROM azure_extras.ag_food_platform.data_manager_for_agriculture_resources
WHERE subscriptionId = 'replace-me';