Freigeben über


WebTestsOperationsExtensions.DeleteAsync Methode

Definition

Löscht einen Application Insights-Webtest.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string resourceGroupName, string webTestName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IWebTestsOperations, resourceGroupName As String, webTestName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IWebTestsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

webTestName
String

Der Name der Application Insights-Webtestressource.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: