ProfileOperationsExtensions.DeleteAsync(IProfileOperations, String) 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.
Supprime un profil et toutes ses définitions. Cette opération ne peut pas être restaurée. (voir http://msdn.microsoft.com/en-us/library/hh758256.aspx pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string profileName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IProfileOperations, profileName As String) As Task(Of AzureOperationResponse)
Paramètres
- operations
- IProfileOperations
Référence à Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations.
- profileName
- String
Obligatoire. Nom du profil.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de demande.
S’applique à
Azure SDK for .NET