Skip to main content

resource_guards_resources_in_resource_groups

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

Overview

Nameresource_guards_resources_in_resource_groups
TypeResource
Idazure.data_protection.resource_guards_resources_in_resource_groups

Fields

NameDatatypeDescription
idstringResource Id represents the complete path to the resource.
namestringResource name associated with the resource.
eTagstringOptional ETag.
locationstringResource location.
propertiesobject
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectResource tags.
typestringResource type represents the complete path of the form Namespace/ResourceType/ResourceType/...

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, 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 }}';