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

IMigrationOperations.UpdateMigrationConfirmStatusAsync 方法

定义

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo> UpdateMigrationConfirmStatusAsync (string configId, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders, System.Threading.CancellationToken cancellationToken);
abstract member UpdateMigrationConfirmStatusAsync : string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.TaskStatusInfo>
Public Function UpdateMigrationConfirmStatusAsync (configId As String, customRequestHeaders As CustomRequestHeaders, cancellationToken As CancellationToken) As Task(Of TaskStatusInfo)

参数

configId
String

需要更新其迁移确认状态的旧配置 ID

customRequestHeaders
CustomRequestHeaders

客户端必须使用的自定义请求标头。

cancellationToken
CancellationToken

取消标记。

返回

有关异步任务的信息

适用于