共用方式為


AnalyticsItemsOperationsExtensions.Delete Method

Definition

Deletes a specific Analytics Items defined within an Application Insights component.

public static void Delete (this Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations operations, string resourceGroupName, string resourceName, string scopePath, string id = default, string name = default);
static member Delete : Microsoft.Azure.Management.ApplicationInsights.Management.IAnalyticsItemsOperations * string * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IAnalyticsItemsOperations, resourceGroupName As String, resourceName As String, scopePath As String, Optional id As String = Nothing, Optional name As String = Nothing)

Parameters

operations
IAnalyticsItemsOperations

The operations group for this extension method.

resourceGroupName
String

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

resourceName
String

The name of the Application Insights component resource.

scopePath
String

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component. Possible values include: 'analyticsItems', 'myanalyticsItems'

id
String

The Id of a specific item defined in the Application Insights component

name
String

The name of a specific item defined in the Application Insights component

Applies to