Freigeben über


ApplicationInsightsComponentResource.DeleteAnalyticsItemAsync Methode

Definition

Löscht ein bestimmtes Analyseelement, das in einer Application Insights-Komponente definiert ist.

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

Parameter

scopePath
ItemScopePath

Enumeration, die angibt, ob diese Elementdefinition einem bestimmten Benutzer gehört oder von allen Benutzern mit Zugriff auf die Application Insights-Komponente gemeinsam genutzt 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: