Skip to main content

move_collections_move_collections_by_resource_groups

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

Overview

Namemove_collections_move_collections_by_resource_groups
TypeResource
Idazure.resource_mover.move_collections_move_collections_by_resource_groups

Fields

NameDatatypeDescription
idstringFully qualified resource Id for the resource.
namestringThe name of the resource
etagstringThe etag of the resource.
identityobjectDefines the MSI properties of the Move Collection.
locationstringThe geo-location where the resource lives.
propertiesobjectDefines the move collection properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectResource tags.
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroupName, subscriptionIdGet all the Move Collections in the resource group.

SELECT examples

Get all the Move Collections in the resource group.

SELECT
id,
name,
etag,
identity,
location,
properties,
systemData,
tags,
type
FROM azure.resource_mover.move_collections_move_collections_by_resource_groups
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';