Skip to main content

vw_solution_types

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

Overview

Namevw_solution_types
TypeView
Idazure.hybrid_connectivity.vw_solution_types

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.solutionType') as "solution_type",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.supportedAzureRegions') as "supported_azure_regions",
JSON_EXTRACT(properties, '$.solutionSettings') as "solution_settings",
subscriptionId,
resourceGroupName,
solutionType
FROM azure.hybrid_connectivity.solution_types
WHERE subscriptionId = 'replace-me';