Partager via


DeploymentOperationsExtensions.BeginCommitMigrationAsync Méthode

Définition

L’opération de déploiement de validation valide et valide votre déploiement pour la migration IaaS Classic vers ARM.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginCommitMigrationAsync (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName);
static member BeginCommitMigrationAsync : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginCommitMigrationAsync (operations As IDeploymentOperations, serviceName As String, deploymentName As String) As Task(Of 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

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à