solutions_reference_data
Creates, updates, deletes, gets or lists a solutions_reference_data
resource.
Overview
Name | solutions_reference_data |
Type | Resource |
Id | azure.security.solutions_reference_data |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id |
name | string | Resource name |
location | string | Location where the resource is stored |
properties | object | |
type | string | Resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Gets a list of all supported Security Solutions for the subscription. |
list_by_home_region | SELECT | ascLocation, subscriptionId | Gets 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 }}';