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

IMigrationOperations.GetAllMigrationPlanAsync 方法

定义

获取所有迁移 rest api 的 Hydra 规范 rest api 返回针对所选 storsimple 资源导入的所有配置的配置 ID

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

参数

customRequestHeaders
CustomRequestHeaders

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

cancellationToken
CancellationToken

取消标记。

返回

获取迁移计划 rest API 的响应正文。

适用于