Share via


IMoveCollectionsOperations Interface

Definition

MoveCollectionsOperations operations.

public interface IMoveCollectionsOperations
type IMoveCollectionsOperations = interface
Public Interface IMoveCollectionsOperations

Methods

BeginBulkRemoveWithHttpMessagesAsync(String, String, BulkRemoveRequest, Dictionary<String,List<String>>, CancellationToken)

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.

BeginCommitWithHttpMessagesAsync(String, String, CommitRequest, Dictionary<String,List<String>>, CancellationToken)

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.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a move collection.

BeginDiscardWithHttpMessagesAsync(String, String, DiscardRequest, Dictionary<String,List<String>>, CancellationToken)

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.

BeginInitiateMoveWithHttpMessagesAsync(String, String, ResourceMoveRequest, Dictionary<String,List<String>>, CancellationToken)

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.

BeginPrepareWithHttpMessagesAsync(String, String, PrepareRequest, Dictionary<String,List<String>>, CancellationToken)

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.

BeginResolveDependenciesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

BulkRemoveWithHttpMessagesAsync(String, String, BulkRemoveRequest, Dictionary<String,List<String>>, CancellationToken)

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.

CommitWithHttpMessagesAsync(String, String, CommitRequest, Dictionary<String,List<String>>, CancellationToken)

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.

CreateWithHttpMessagesAsync(String, String, MoveCollection, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a move collection.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a move collection.

DiscardWithHttpMessagesAsync(String, String, DiscardRequest, Dictionary<String,List<String>>, CancellationToken)

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.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the move collection.

InitiateMoveWithHttpMessagesAsync(String, String, ResourceMoveRequest, Dictionary<String,List<String>>, CancellationToken)

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.

ListMoveCollectionsByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all Move Collections.

ListMoveCollectionsByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all Move Collections.

ListMoveCollectionsBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all Move Collections.

ListMoveCollectionsBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Get all Move Collections.

ListRequiredForWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

PrepareWithHttpMessagesAsync(String, String, PrepareRequest, Dictionary<String,List<String>>, CancellationToken)

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.

ResolveDependenciesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

UpdateWithHttpMessagesAsync(String, String, UpdateMoveCollectionRequest, Dictionary<String,List<String>>, CancellationToken)

Updates a move collection.

Extension Methods

BeginBulkRemove(IMoveCollectionsOperations, String, String, BulkRemoveRequest)

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.

BeginBulkRemoveAsync(IMoveCollectionsOperations, String, String, BulkRemoveRequest, CancellationToken)

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.

BeginCommit(IMoveCollectionsOperations, String, String, CommitRequest)

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.

BeginCommitAsync(IMoveCollectionsOperations, String, String, CommitRequest, CancellationToken)

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.

BeginDelete(IMoveCollectionsOperations, String, String)

Deletes a move collection.

BeginDeleteAsync(IMoveCollectionsOperations, String, String, CancellationToken)

Deletes a move collection.

BeginDiscard(IMoveCollectionsOperations, String, String, DiscardRequest)

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.

BeginDiscardAsync(IMoveCollectionsOperations, String, String, DiscardRequest, CancellationToken)

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.

BeginInitiateMove(IMoveCollectionsOperations, String, String, ResourceMoveRequest)

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.

BeginInitiateMoveAsync(IMoveCollectionsOperations, String, String, ResourceMoveRequest, CancellationToken)

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.

BeginPrepare(IMoveCollectionsOperations, String, String, PrepareRequest)

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.

BeginPrepareAsync(IMoveCollectionsOperations, String, String, PrepareRequest, CancellationToken)

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.

BeginResolveDependencies(IMoveCollectionsOperations, String, String)

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

BeginResolveDependenciesAsync(IMoveCollectionsOperations, String, String, CancellationToken)

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

BulkRemove(IMoveCollectionsOperations, String, String, BulkRemoveRequest)

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.

BulkRemoveAsync(IMoveCollectionsOperations, String, String, BulkRemoveRequest, CancellationToken)

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.

Commit(IMoveCollectionsOperations, String, String, CommitRequest)

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.

CommitAsync(IMoveCollectionsOperations, String, String, CommitRequest, CancellationToken)

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.

Create(IMoveCollectionsOperations, String, String, MoveCollection)

Creates or updates a move collection.

CreateAsync(IMoveCollectionsOperations, String, String, MoveCollection, CancellationToken)

Creates or updates a move collection.

Delete(IMoveCollectionsOperations, String, String)

Deletes a move collection.

DeleteAsync(IMoveCollectionsOperations, String, String, CancellationToken)

Deletes a move collection.

Discard(IMoveCollectionsOperations, String, String, DiscardRequest)

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.

DiscardAsync(IMoveCollectionsOperations, String, String, DiscardRequest, CancellationToken)

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.

Get(IMoveCollectionsOperations, String, String)

Gets the move collection.

GetAsync(IMoveCollectionsOperations, String, String, CancellationToken)

Gets the move collection.

InitiateMove(IMoveCollectionsOperations, String, String, ResourceMoveRequest)

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.

InitiateMoveAsync(IMoveCollectionsOperations, String, String, ResourceMoveRequest, CancellationToken)

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.

ListMoveCollectionsByResourceGroup(IMoveCollectionsOperations, String)

Get all Move Collections.

ListMoveCollectionsByResourceGroupAsync(IMoveCollectionsOperations, String, CancellationToken)

Get all Move Collections.

ListMoveCollectionsByResourceGroupNext(IMoveCollectionsOperations, String)

Get all Move Collections.

ListMoveCollectionsByResourceGroupNextAsync(IMoveCollectionsOperations, String, CancellationToken)

Get all Move Collections.

ListMoveCollectionsBySubscription(IMoveCollectionsOperations)

Get all Move Collections.

ListMoveCollectionsBySubscriptionAsync(IMoveCollectionsOperations, CancellationToken)

Get all Move Collections.

ListMoveCollectionsBySubscriptionNext(IMoveCollectionsOperations, String)

Get all Move Collections.

ListMoveCollectionsBySubscriptionNextAsync(IMoveCollectionsOperations, String, CancellationToken)

Get all Move Collections.

ListRequiredFor(IMoveCollectionsOperations, String, String, String)

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

ListRequiredForAsync(IMoveCollectionsOperations, String, String, String, CancellationToken)

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

Prepare(IMoveCollectionsOperations, String, String, PrepareRequest)

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.

PrepareAsync(IMoveCollectionsOperations, String, String, PrepareRequest, CancellationToken)

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.

ResolveDependencies(IMoveCollectionsOperations, String, String)

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

ResolveDependenciesAsync(IMoveCollectionsOperations, String, String, CancellationToken)

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

Update(IMoveCollectionsOperations, String, String, UpdateMoveCollectionRequest)

Updates a move collection.

UpdateAsync(IMoveCollectionsOperations, String, String, UpdateMoveCollectionRequest, CancellationToken)

Updates a move collection.

Applies to