Skip to main content

vw_solutions

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

Overview

Namevw_solutions
TypeView
Idazure_extras.ag_food_platform.vw_solutions

Fields

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

SQL Definition

SELECT
systemData as system_data,
eTag as e_tag,
JSON_EXTRACT(properties, '$.partnerId') as "partner_id",
JSON_EXTRACT(properties, '$.saasSubscriptionId') as "saas_subscription_id",
JSON_EXTRACT(properties, '$.saasSubscriptionName') as "saas_subscription_name",
JSON_EXTRACT(properties, '$.marketplacePublisherId') as "marketplace_publisher_id",
JSON_EXTRACT(properties, '$.planId') as "plan_id",
JSON_EXTRACT(properties, '$.roleAssignmentId') as "role_assignment_id",
JSON_EXTRACT(properties, '$.offerId') as "offer_id",
JSON_EXTRACT(properties, '$.termId') as "term_id",
subscriptionId,
resourceGroupName,
dataManagerForAgricultureResourceName,
solutionId
FROM azure_extras.ag_food_platform.solutions
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND dataManagerForAgricultureResourceName = 'replace-me';