Freigeben über


IAnalyticsItemsOperations Schnittstelle

Definition

AnalyticsItemsOperations-Vorgänge.

public interface IAnalyticsItemsOperations
type IAnalyticsItemsOperations = interface
Public Interface IAnalyticsItemsOperations

Methoden

DeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft eine bestimmte Analyseelemente ab, die in einer Application Insights-Komponente definiert sind.

ListWithHttpMessagesAsync(String, String, String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Ruft eine Liste der in einer Application Insights-Komponente definierten Analyseelemente ab.

PutWithHttpMessagesAsync(String, String, String, ApplicationInsightsComponentAnalyticsItem, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

Fügt ein bestimmtes Analyseelement innerhalb einer Application Insights-Komponente hinzu oder Updates.

Erweiterungsmethoden

Delete(IAnalyticsItemsOperations, String, String, String, String, String)

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

DeleteAsync(IAnalyticsItemsOperations, String, String, String, String, String, CancellationToken)

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

Get(IAnalyticsItemsOperations, String, String, String, String, String)

Ruft eine bestimmte Analyseelemente ab, die in einer Application Insights-Komponente definiert sind.

GetAsync(IAnalyticsItemsOperations, String, String, String, String, String, CancellationToken)

Ruft eine bestimmte Analyseelemente ab, die in einer Application Insights-Komponente definiert sind.

List(IAnalyticsItemsOperations, String, String, String, String, String, Nullable<Boolean>)

Ruft eine Liste der in einer Application Insights-Komponente definierten Analyseelemente ab.

ListAsync(IAnalyticsItemsOperations, String, String, String, String, String, Nullable<Boolean>, CancellationToken)

Ruft eine Liste der in einer Application Insights-Komponente definierten Analyseelemente ab.

Put(IAnalyticsItemsOperations, String, String, String, ApplicationInsightsComponentAnalyticsItem, Nullable<Boolean>)

Fügt ein bestimmtes Analyseelement innerhalb einer Application Insights-Komponente hinzu oder Updates.

PutAsync(IAnalyticsItemsOperations, String, String, String, ApplicationInsightsComponentAnalyticsItem, Nullable<Boolean>, CancellationToken)

Fügt ein bestimmtes Analyseelement innerhalb einer Application Insights-Komponente hinzu oder Updates.

Gilt für: