Skip to main content

solutions_reference_data

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

Overview

Namesolutions_reference_data
TypeResource
Idazure.security.solutions_reference_data

Fields

NameDatatypeDescription
idstringResource Id
namestringResource name
locationstringLocation where the resource is stored
propertiesobject
typestringResource type

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdGets a list of all supported Security Solutions for the subscription.
list_by_home_regionSELECTascLocation, subscriptionIdGets list of all supported Security Solutions for subscription and location.

SELECT examples

Gets a list of all supported Security Solutions for the subscription.

SELECT
id,
name,
location,
properties,
type
FROM azure.security.solutions_reference_data
WHERE subscriptionId = '{{ subscriptionId }}';