move_collections_move_collections_by_subscriptions
Creates, updates, deletes, gets or lists a move_collections_move_collections_by_subscriptions
resource.
Overview
Name | move_collections_move_collections_by_subscriptions |
Type | Resource |
Id | azure.resource_mover.move_collections_move_collections_by_subscriptions |
Fields
The following fields are returned by SELECT
queries:
- list
OK.
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
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | subscriptionId | api-version | Get all the Move Collections in the subscription. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
subscriptionId | string | The Subscription ID. |
api-version | string | Client Api Version. |
SELECT
examples
- list
Get all the Move Collections in the subscription.
SELECT
id,
name,
etag,
identity,
location,
properties,
systemData,
tags,
type
FROM azure.resource_mover.move_collections_move_collections_by_subscriptions
WHERE subscriptionId = '{{ subscriptionId }}' -- required
AND api-version = '{{ api-version }}'
;