次の方法で共有


MigrationOperationsExtensions.GetDataContainerMigrationStatusAsync メソッド

定義

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

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

パラメーター

operations
IMigrationOperations

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

configId
String

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

customRequestHeaders
CustomRequestHeaders

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

戻り値

データ コンテナーの移行状態を取得するための応答本文。

適用対象