Partager via


ProfileOperationsExtensions.Delete(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 Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations operations, string profileName);
static member Delete : Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IProfileOperations, profileName As String) As AzureOperationResponse

Paramètres

operations
IProfileOperations

Référence à Microsoft.WindowsAzure.Management.TrafficManager.IProfileOperations.

profileName
String

Obligatoire. Nom du profil.

Retours

Microsoft.Azure.AzureOperationResponse

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

S’applique à