DeploymentOperationsExtensions.BeginChangingConfigurationBySlot 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 Commencer à modifier la configuration du déploiement par emplacement 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é le traitement de la demande, appelez Obtenir l’état de l’opération. Pour plus d’informations sur les opérations asynchrones, consultez Suivi des demandes de gestion des services asynchrones à 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 Microsoft.Azure.AzureOperationResponse BeginChangingConfigurationBySlot (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 BeginChangingConfigurationBySlot : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentChangeConfigurationParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginChangingConfigurationBySlot (operations As IDeploymentOperations, serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentChangeConfigurationParameters) As AzureOperationResponse
Paramètres
- operations
- IDeploymentOperations
Référence à Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.
- serviceName
- String
Obligatoire. Service cloud pour lequel modifier la configuration de déploiement.
- deploymentSlot
- DeploymentSlot
Obligatoire. Emplacement pour lequel modifier la configuration de déploiement.
- parameters
- DeploymentChangeConfigurationParameters
Obligatoire. Paramètres fournis à l’opération Commencer la modification du déploiement de configuration par emplacement.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET