Aracılığıyla paylaş


MoveCollectionsOperationsExtensions Class

Definition

Extension methods for MoveCollectionsOperations.

public static class MoveCollectionsOperationsExtensions
type MoveCollectionsOperationsExtensions = class
Public Module MoveCollectionsOperationsExtensions
Inheritance
MoveCollectionsOperationsExtensions

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