resource_guards_resources_in_resource_groups
Creates, updates, deletes, gets or lists a resource_guards_resources_in_resource_groups
resource.
Overview
Name | resource_guards_resources_in_resource_groups |
Type | Resource |
Id | azure.data_protection.resource_guards_resources_in_resource_groups |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id represents the complete path to the resource. |
name | string | Resource name associated with the resource. |
eTag | string | Optional ETag. |
location | string | Resource location. |
properties | object | |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
tags | object | Resource tags. |
type | string | Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | resourceGroupName, subscriptionId |
SELECT
examples
SELECT
id,
name,
eTag,
location,
properties,
systemData,
tags,
type
FROM azure.data_protection.resource_guards_resources_in_resource_groups
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';