MoveCollectionResource.InitiateMove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/initiateMove Operation Id: MoveCollections_InitiateMove
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.Models.OperationStatus> InitiateMove (Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.Models.ResourceMoveContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member InitiateMove : Azure.WaitUntil * Azure.ResourceManager.Migrate.Models.ResourceMoveContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.Models.OperationStatus>
override this.InitiateMove : Azure.WaitUntil * Azure.ResourceManager.Migrate.Models.ResourceMoveContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.Models.OperationStatus>
Public Overridable Function InitiateMove (waitUntil As WaitUntil, Optional content As ResourceMoveContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of OperationStatus)
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- content
- ResourceMoveContent
The ResourceMoveContent to use.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET