Skip to main content

solution_types

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

Overview

Namesolution_types
TypeResource
Idazure.hybrid_connectivity.solution_types

Fields

NameDatatypeDescription
descriptiontextfield from the properties object
resourceGroupNametextfield from the properties object
solutionTypetextfield from the properties object
solution_settingstextfield from the properties object
solution_typetextfield from the properties object
subscriptionIdtextfield from the properties object
supported_azure_regionstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, solutionType, subscriptionIdGet a SolutionTypeResource
list_by_resource_groupSELECTresourceGroupName, subscriptionIdList SolutionTypeResource resources by resource group
list_by_subscriptionSELECTsubscriptionIdList SolutionTypeResource resources by subscription ID

SELECT examples

List SolutionTypeResource resources by subscription ID

SELECT
description,
resourceGroupName,
solutionType,
solution_settings,
solution_type,
subscriptionId,
supported_azure_regions
FROM azure.hybrid_connectivity.vw_solution_types
WHERE subscriptionId = '{{ subscriptionId }}';