az resource-mover

Note

This reference is part of the resource-mover extension for the Azure CLI (version 2.50.0 or higher). The extension will automatically install the first time you run an az resource-mover command. Learn more about extensions.

Manage Resource Mover Service API.

Commands

Name Description Type Status
az resource-mover move-collection

Manage move-collection.

Extension GA
az resource-mover move-collection bulk-remove

Removes the set of move resources included in the request body from move collection. The orchestration is done by service. To aid the user to prerequisite the operation the client can call operation with validateOnly property set to true.

Extension GA
az resource-mover move-collection commit

Commits the set of resources included in the request body. The commit operation is triggered on the moveResources in the moveState 'CommitPending' or 'CommitFailed', on a successful completion the moveResource moveState do a transition to Committed. To aid the user to prerequisite the operation the client can call operation with validateOnly property set to true.

Extension GA
az resource-mover move-collection create

Create a move collection.

Extension GA
az resource-mover move-collection delete

Delete a move collection.

Extension GA
az resource-mover move-collection discard

Discards the set of resources included in the request body. The discard operation is triggered on the moveResources in the moveState 'CommitPending' or 'DiscardFailed', on a successful completion the moveResource moveState do a transition to MovePending. To aid the user to prerequisite the operation the client can call operation with validateOnly property set to true.

Extension GA
az resource-mover move-collection initiate-move

Moves the set of resources included in the request body. The move operation is triggered after the moveResources are in the moveState 'MovePending' or 'MoveFailed', on a successful completion the moveResource moveState do a transition to CommitPending. To aid the user to prerequisite the operation the client can call operation with validateOnly property set to true.

Extension GA
az resource-mover move-collection list

List all the Move Collections in the subscription.

Extension GA
az resource-mover move-collection list-required-for

List of the move resources for which an arm resource is required for.

Extension GA
az resource-mover move-collection list-unresolved-dependency

Lists a list of unresolved dependencies.

Extension GA
az resource-mover move-collection prepare

Initiates prepare for the set of resources included in the request body. The prepare operation is on the moveResources that are in the moveState 'PreparePending' or 'PrepareFailed', on a successful completion the moveResource moveState do a transition to MovePending. To aid the user to prerequisite the operation the client can call operation with validateOnly property set to true.

Extension GA
az resource-mover move-collection resolve-dependency

Computes, resolves and validate the dependencies of the moveResources in the move collection.

Extension GA
az resource-mover move-collection show

Get the move collection.

Extension GA
az resource-mover move-collection update

Update a move collection.

Extension GA
az resource-mover move-collection wait

Place the CLI in a waiting state until a condition is met.

Extension GA
az resource-mover move-resource

Manage move-resource.

Extension GA
az resource-mover move-resource add

Create a Move Resource in the move collection.

Extension GA
az resource-mover move-resource delete

Delete a Move Resource from the move collection.

Extension GA
az resource-mover move-resource list

List the Move Resources in the move collection.

Extension GA
az resource-mover move-resource show

Get the Move Resource.

Extension GA
az resource-mover move-resource wait

Place the CLI in a waiting state until a condition is met.

Extension GA