次の方法で共有


IMigrationOperations.GetAllMigrationPlanAsync メソッド

定義

[Get all migration rest api]\(すべての移行 rest api を取得する\) の Hydra spec は、選択した 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 を取得するための応答本文。

適用対象