Partager via


MigrationOperationsExtensions.GetMigrationPlanAsync Méthode

Définition

Spécification Hydra pour obtenir le plan de migrationL’api rest obtient le plan de migration à partir du service pour tous les conteneurs de volumes dans la configuration spécifiée

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

Paramètres

operations
IMigrationOperations

Référence à Microsoft.WindowsAzure.Management.StorSimple.IMigrationOperations.

configId
String

Obligatoire. Identificateur unique pour la configuration spécifiée lors de l’importation de la configuration dans le service

customRequestHeaders
CustomRequestHeaders

Obligatoire. En-têtes de requête personnalisés que le client doit utiliser.

Retours

Corps de la réponse pour obtenir l’API rest du plan de migration.

S’applique à