IDeploymentOperations.BeginChangingConfigurationBySlotAsync 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 Begin Changing Deployment Configuration By Slot initie une modification de la configuration du déploiement. Cette opération est une opération asynchrone. Pour déterminer si le service de gestion a terminé de traiter la demande, appelez Obtenir l’état de l’opération. Pour plus d’informations sur les opérations asynchrones, consultez Suivi des demandes asynchrones de gestion des services à l’adresse http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx. (voir http://msdn.microsoft.com/en-us/library/windowsazure/ee460809.aspx pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginChangingConfigurationBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginChangingConfigurationBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function BeginChangingConfigurationBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentChangeConfigurationParameters, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)
Paramètres
- serviceName
- String
Service cloud pour lequel modifier la configuration du déploiement.
- deploymentSlot
- DeploymentSlot
Emplacement pour lequel modifier la configuration du déploiement.
- parameters
- DeploymentChangeConfigurationParameters
Paramètres fournis à l’opération Begin Changing Configuration Deployment By Slot.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de demande.
S’applique à
Azure SDK for .NET