你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MoveCollectionsOperationsExtensions 类

定义

MoveCollectionsOperations 的扩展方法。

public static class MoveCollectionsOperationsExtensions
type MoveCollectionsOperationsExtensions = class
Public Module MoveCollectionsOperationsExtensions
继承
MoveCollectionsOperationsExtensions

方法

BeginBulkRemove(IMoveCollectionsOperations, String, String, BulkRemoveRequest)

从移动集合中删除请求正文中包含的移动资源集。 业务流程由服务完成。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

从移动集合中删除请求正文中包含的移动资源集。 业务流程由服务完成。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

BeginCommit(IMoveCollectionsOperations, String, String, CommitRequest)

提交请求正文中包含的资源集。 在 moveState“CommitPending”或“CommitFailed”中的 moveResources 上触发提交操作,成功完成后,moveResource moveState 将执行到 Committed 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

提交请求正文中包含的资源集。 在 moveState“CommitPending”或“CommitFailed”中的 moveResources 上触发提交操作,成功完成后,moveResource moveState 将执行到 Committed 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

BeginDelete(IMoveCollectionsOperations, String, String)

删除移动集合。

BeginDeleteAsync(IMoveCollectionsOperations, String, String, CancellationToken)

删除移动集合。

BeginDiscard(IMoveCollectionsOperations, String, String, DiscardRequest)

放弃请求正文中包含的资源集。 在 moveState“CommitPending”或“DiscardFailed”中的 moveResources 上触发放弃操作,成功完成后,moveResource moveState 将执行到 MovePending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

放弃请求正文中包含的资源集。 在 moveState“CommitPending”或“DiscardFailed”中的 moveResources 上触发放弃操作,成功完成后,moveResource moveState 将执行到 MovePending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

BeginInitiateMove(IMoveCollectionsOperations, String, String, ResourceMoveRequest)

移动请求正文中包含的资源集。 moveResources 位于 moveState“MovePending”或“MoveFailed”中后触发移动操作,成功完成后,moveResource moveState 将执行到 CommitPending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

移动请求正文中包含的资源集。 moveResources 位于 moveState“MovePending”或“MoveFailed”中后触发移动操作,成功完成后,moveResource moveState 将执行到 CommitPending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

BeginPrepare(IMoveCollectionsOperations, String, String, PrepareRequest)

启动准备请求正文中包含的一组资源。 准备操作位于 moveState“PreparePending”或“PrepareFailed”中的 moveResources 上,成功完成后,moveResource moveState 将执行到 MovePending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

启动准备请求正文中包含的一组资源。 准备操作位于 moveState“PreparePending”或“PrepareFailed”中的 moveResources 上,成功完成后,moveResource moveState 将执行到 MovePending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

BeginResolveDependencies(IMoveCollectionsOperations, String, String)

计算、解析和验证移动集合中 moveResources 的依赖项。

BeginResolveDependenciesAsync(IMoveCollectionsOperations, String, String, CancellationToken)

计算、解析和验证移动集合中 moveResources 的依赖项。

BulkRemove(IMoveCollectionsOperations, String, String, BulkRemoveRequest)

从移动集合中删除请求正文中包含的移动资源集。 业务流程由服务完成。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

从移动集合中删除请求正文中包含的移动资源集。 业务流程由服务完成。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

Commit(IMoveCollectionsOperations, String, String, CommitRequest)

提交请求正文中包含的资源集。 在 moveState“CommitPending”或“CommitFailed”中的 moveResources 上触发提交操作,成功完成后,moveResource moveState 将执行到 Committed 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

提交请求正文中包含的资源集。 在 moveState“CommitPending”或“CommitFailed”中的 moveResources 上触发提交操作,成功完成后,moveResource moveState 将执行到 Committed 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

Create(IMoveCollectionsOperations, String, String, MoveCollection)

创建或更新移动集合。

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

创建或更新移动集合。

Delete(IMoveCollectionsOperations, String, String)

删除移动集合。

DeleteAsync(IMoveCollectionsOperations, String, String, CancellationToken)

删除移动集合。

Discard(IMoveCollectionsOperations, String, String, DiscardRequest)

放弃请求正文中包含的资源集。 在 moveState“CommitPending”或“DiscardFailed”中的 moveResources 上触发放弃操作,成功完成后,moveResource moveState 将执行到 MovePending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

放弃请求正文中包含的资源集。 在 moveState“CommitPending”或“DiscardFailed”中的 moveResources 上触发放弃操作,成功完成后,moveResource moveState 将执行到 MovePending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

Get(IMoveCollectionsOperations, String, String)

获取移动集合。

GetAsync(IMoveCollectionsOperations, String, String, CancellationToken)

获取移动集合。

InitiateMove(IMoveCollectionsOperations, String, String, ResourceMoveRequest)

移动请求正文中包含的资源集。 moveResources 位于 moveState“MovePending”或“MoveFailed”中后触发移动操作,成功完成后,moveResource moveState 将执行到 CommitPending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

移动请求正文中包含的资源集。 moveResources 位于 moveState“MovePending”或“MoveFailed”中后触发移动操作,成功完成后,moveResource moveState 将执行到 CommitPending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

ListMoveCollectionsByResourceGroup(IMoveCollectionsOperations, String)

获取所有移动集合。

ListMoveCollectionsByResourceGroupAsync(IMoveCollectionsOperations, String, CancellationToken)

获取所有移动集合。

ListMoveCollectionsByResourceGroupNext(IMoveCollectionsOperations, String)

获取所有移动集合。

ListMoveCollectionsByResourceGroupNextAsync(IMoveCollectionsOperations, String, CancellationToken)

获取所有移动集合。

ListMoveCollectionsBySubscription(IMoveCollectionsOperations)

获取所有移动集合。

ListMoveCollectionsBySubscriptionAsync(IMoveCollectionsOperations, CancellationToken)

获取所有移动集合。

ListMoveCollectionsBySubscriptionNext(IMoveCollectionsOperations, String)

获取所有移动集合。

ListMoveCollectionsBySubscriptionNextAsync(IMoveCollectionsOperations, String, CancellationToken)

获取所有移动集合。

ListRequiredFor(IMoveCollectionsOperations, String, String, String)

需要 arm 资源的移动资源的列表。

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

需要 arm 资源的移动资源的列表。

Prepare(IMoveCollectionsOperations, String, String, PrepareRequest)

启动准备请求正文中包含的一组资源。 准备操作位于 moveState“PreparePending”或“PrepareFailed”中的 moveResources 上,成功完成后,moveResource moveState 将执行到 MovePending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

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

启动准备请求正文中包含的一组资源。 准备操作位于 moveState“PreparePending”或“PrepareFailed”中的 moveResources 上,成功完成后,moveResource moveState 将执行到 MovePending 的转换。 为了帮助用户满足操作先决条件,客户端可以调用将 validateOnly 属性设置为 true 的操作。

ResolveDependencies(IMoveCollectionsOperations, String, String)

计算、解析和验证移动集合中 moveResources 的依赖项。

ResolveDependenciesAsync(IMoveCollectionsOperations, String, String, CancellationToken)

计算、解析和验证移动集合中 moveResources 的依赖项。

Update(IMoveCollectionsOperations, String, String, UpdateMoveCollectionRequest)

汇报移动集合。

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

汇报移动集合。

适用于