Partager via


IProfileOperations.DeleteAsync(String, CancellationToken) 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 System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (string profileName, System.Threading.CancellationToken cancellationToken);
abstract member DeleteAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function DeleteAsync (profileName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Paramètres

profileName
String

Nom du profil.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à