Skip to main content

move_collections

Overview

Namemove_collections
TypeResource
Idazure.resource_mover.move_collections

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
getSELECTapi-version, moveCollectionName, resourceGroupName, subscriptionIdGets the move collection.
createINSERTapi-version, moveCollectionName, resourceGroupName, subscriptionIdCreates or updates a move collection.
deleteDELETEapi-version, moveCollectionName, resourceGroupName, subscriptionIdDeletes a move collection.
bulk_removeEXECapi-version, moveCollectionName, resourceGroupName, subscriptionIdRemoves 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.
commitEXECapi-version, moveCollectionName, resourceGroupName, subscriptionId, data__moveResourcesCommits 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.
discardEXECapi-version, moveCollectionName, resourceGroupName, subscriptionId, data__moveResourcesDiscards 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.
initiate_moveEXECapi-version, moveCollectionName, resourceGroupName, subscriptionId, data__moveResourcesMoves 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.
prepareEXECapi-version, moveCollectionName, resourceGroupName, subscriptionId, data__moveResourcesInitiates 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.
resolve_dependenciesEXECapi-version, moveCollectionName, resourceGroupName, subscriptionIdComputes, resolves and validate the dependencies of the moveResources in the move collection.
updateEXECapi-version, moveCollectionName, resourceGroupName, subscriptionIdUpdates a move collection.