Freigeben über


ApplicationInsightsComponentResource.DeleteAnalyticsItem Methode

Definition

Löscht eine bestimmte Analyseelemente, die in einer Application Insights-Komponente definiert sind.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/{scopePath}/item
  • Vorgang IdAnalyticsItems_Delete
public virtual Azure.Response DeleteAnalyticsItem (Azure.ResourceManager.ApplicationInsights.Models.ItemScopePath scopePath, string id = default, string name = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAnalyticsItem : Azure.ResourceManager.ApplicationInsights.Models.ItemScopePath * string * string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteAnalyticsItem : Azure.ResourceManager.ApplicationInsights.Models.ItemScopePath * string * string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteAnalyticsItem (scopePath As ItemScopePath, Optional id As String = Nothing, Optional name As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameter

scopePath
ItemScopePath

Eine Aufzählung, die angibt, ob diese Elementdefinition einem bestimmten Benutzer gehört oder von allen Benutzern mit Zugriff auf die Application Insights-Komponente freigegeben wird.

id
String

Die ID eines bestimmten Elements, das in der Application Insights-Komponente definiert ist.

name
String

Der Name eines bestimmten Elements, das in der Application Insights-Komponente definiert ist.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: