Dela via


MoveCollectionResource.Commit Method

Definition

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. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/moveCollections/{moveCollectionName}/commit Operation Id: MoveCollections_Commit

public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.Models.OperationStatus> Commit (Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.Models.CommitContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Commit : Azure.WaitUntil * Azure.ResourceManager.Migrate.Models.CommitContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.Models.OperationStatus>
override this.Commit : Azure.WaitUntil * Azure.ResourceManager.Migrate.Models.CommitContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Migrate.Models.OperationStatus>
Public Overridable Function Commit (waitUntil As WaitUntil, Optional content As CommitContent = 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
CommitContent

The CommitContent to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to