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

IMoveCollectionsOperations 接口

定义

MoveCollectionsOperations 操作。

public interface IMoveCollectionsOperations
type IMoveCollectionsOperations = interface
Public Interface IMoveCollectionsOperations

方法

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

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

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

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

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

删除移动集合。

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

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

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

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

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

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

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

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

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

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

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

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

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

创建或更新移动集合。

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

删除移动集合。

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

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

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

获取移动集合。

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

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

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

获取所有移动集合。

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

获取所有移动集合。

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

获取所有移动集合。

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

获取所有移动集合。

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

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

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

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

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

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

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

汇报移动集合。

扩展方法

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)

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

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

移动请求正文中包含的资源集。 移动操作在 moveResource 位于 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)

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

BeginResolveDependenciesAsync(IMoveCollectionsOperations, String, String, CancellationToken)

计算、解析和验证 move 集合中 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)

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

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

移动请求正文中包含的资源集。 移动操作在 moveResource 位于 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)

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

ResolveDependenciesAsync(IMoveCollectionsOperations, String, String, CancellationToken)

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

Update(IMoveCollectionsOperations, String, String, UpdateMoveCollectionRequest)

汇报移动集合。

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

汇报移动集合。

适用于