DeploymentOperationsExtensions.BeginPrepareMigration Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’opération Préparer le déploiement valide et prépare votre déploiement pour la migration IaaS Classic vers ARM.
public static Microsoft.Azure.AzureOperationResponse BeginPrepareMigration (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters parameters);
static member BeginPrepareMigration : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginPrepareMigration (operations As IDeploymentOperations, serviceName As String, deploymentName As String, parameters As PrepareDeploymentMigrationParameters) As AzureOperationResponse
Paramètres
- operations
- IDeploymentOperations
Référence à Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.
- serviceName
- String
Obligatoire. Nom du service cloud.
- deploymentName
- String
Obligatoire. Nom du déploiement à migrer.
- parameters
- PrepareDeploymentMigrationParameters
Obligatoire. Paramètres de ressources réseau de déploiement pour la migration.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET