DeploymentOperationsExtensions.BeginAbortMigration 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 d’abandon du déploiement valide et abandonne votre déploiement pour la migration IaaS Classic vers ARM.
public static Microsoft.Azure.AzureOperationResponse BeginAbortMigration (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName);
static member BeginAbortMigration : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginAbortMigration (operations As IDeploymentOperations, serviceName As String, deploymentName As String) 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.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET