DeploymentOperationsExtensions.BeginDeletingBySlotAsync 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 Delete Deployment By Slot supprime le déploiement spécifié. 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/ee460815.aspx pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingBySlotAsync (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot);
static member BeginDeletingBySlotAsync : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginDeletingBySlotAsync (operations As IDeploymentOperations, serviceName As String, deploymentSlot As DeploymentSlot) As Task(Of AzureOperationResponse)
Paramètres
- operations
- IDeploymentOperations
Référence à Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.
- serviceName
- String
Obligatoire. Nom du service cloud.
- deploymentSlot
- DeploymentSlot
Obligatoire. Emplacement de déploiement.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de demande.
S’applique à
Azure SDK for .NET