Share via


MoverResourceSetResource.Prepare Method

Definition

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.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/prepare
  • Operation Id: MoveCollections_Prepare
  • Default Api Version: 2023-08-01
  • Resource: MoverResourceSetResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ResourceMover.Models.MoverOperationStatus> Prepare (Azure.WaitUntil waitUntil, Azure.ResourceManager.ResourceMover.Models.MoverPrepareContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Prepare : Azure.WaitUntil * Azure.ResourceManager.ResourceMover.Models.MoverPrepareContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ResourceMover.Models.MoverOperationStatus>
override this.Prepare : Azure.WaitUntil * Azure.ResourceManager.ResourceMover.Models.MoverPrepareContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ResourceMover.Models.MoverOperationStatus>
Public Overridable Function Prepare (waitUntil As WaitUntil, Optional content As MoverPrepareContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MoverOperationStatus)

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.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to