Partager via


ProfileOperationsExtensions.DeleteAsync(IProfileOperations, String) Méthode

Définition

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

Task<Microsoft.Azure.AzureOperationResponse>

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

S’applique à