次の方法で共有


MigrationOperationsExtensions.GetAllMigrationPlanAsync メソッド

定義

[Get all migration rest api]\(すべての移行 rest api を取得する\) の Hydra spec は、選択した storsimple リソースに対してインポートされたすべての構成の構成 ID を返します

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

パラメーター

operations
IMigrationOperations

Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations への参照。

customRequestHeaders
CustomRequestHeaders

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

戻り値

移行計画 rest API を取得するための応答本文。

適用対象