次の方法で共有


IMigrationOperations.GetMigrationPlanAsync メソッド

定義

移行プランを取得するための Hydra 仕様 rest api は、指定された構成内のすべてのボリューム コンテナーのサービスから移行プランを取得します

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

パラメーター

configId
String

サービスへの構成のインポート中に指定された構成の一意識別子

customRequestHeaders
CustomRequestHeaders

クライアントで使用する必要があるカスタム要求ヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

移行プラン rest API を取得するための応答本文。

適用対象