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

MigrationOperationsExtensions.GetMigrationConfirmStatusAsync 方法

定义

用于获取确认迁移状态的 Hydra 规范 rest api rest api 从服务获取指定配置中所有卷容器的确认 (提交/回滚) 状态

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatus> GetMigrationConfirmStatusAsync (this Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations operations, string configId, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member GetMigrationConfirmStatusAsync : Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations * string * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.MigrationConfirmStatus>
<Extension()>
Public Function GetMigrationConfirmStatusAsync (operations As IMigrationOperations, configId As String, customRequestHeaders As CustomRequestHeaders) As Task(Of MigrationConfirmStatus)

参数

operations
IMigrationOperations

对 Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations 的引用。

configId
String

必需。 将配置导入到服务时指定的配置的唯一标识符

customRequestHeaders
CustomRequestHeaders

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

返回

迁移确认状态 rest API 的响应正文。

适用于