Partager via


DeploymentOperationsExtensions.BeginChangingConfigurationBySlotAsync Méthode

Définition

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

Paramètres

operations
IDeploymentOperations

Référence à Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.

serviceName
String

Obligatoire. Service cloud pour lequel modifier la configuration du déploiement.

deploymentSlot
DeploymentSlot

Obligatoire. Emplacement pour lequel modifier la configuration du déploiement.

parameters
DeploymentChangeConfigurationParameters

Obligatoire. Paramètres fournis à l’opération Begin Changing Configuration Deployment By Slot.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

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

S’applique à