move_collections_move_collections_by_resource_groups
Creates, updates, deletes, gets or lists a move_collections_move_collections_by_resource_groups
resource.
Overview
Name | move_collections_move_collections_by_resource_groups |
Type | Resource |
Id | azure.resource_mover.move_collections_move_collections_by_resource_groups |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Fully qualified resource Id for the resource. |
name | string | The name of the resource |
etag | string | The etag of the resource. |
identity | object | Defines the MSI properties of the Move Collection. |
location | string | The geo-location where the resource lives. |
properties | object | Defines the move collection properties. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
tags | object | Resource tags. |
type | string | The type of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceGroupName, subscriptionId | Get 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 }}';