共用方式為


WebTestsOperationsExtensions.Delete Method

Definition

Deletes an Application Insights web test.

public static void Delete (this Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations operations, string resourceGroupName, string webTestName);
static member Delete : Microsoft.Azure.Management.ApplicationInsights.Management.IWebTestsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IWebTestsOperations, resourceGroupName As String, webTestName As String)

Parameters

operations
IWebTestsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

webTestName
String

The name of the Application Insights webtest resource.

Applies to