次の方法で共有


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 を確認します。

適用対象