IAnalyticsItemsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AnalyticsItemsOperations operations.
public interface IAnalyticsItemsOperations
type IAnalyticsItemsOperations = interface
Public Interface IAnalyticsItemsOperations
Methods
DeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a specific Analytics Items defined within an Application Insights component. |
GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a specific Analytics Items defined within an Application Insights component. |
ListWithHttpMessagesAsync(String, String, String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of Analytics Items defined within an Application Insights component. |
PutWithHttpMessagesAsync(String, String, String, ApplicationInsightsComponentAnalyticsItem, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken) |
Adds or Updates a specific Analytics Item within an Application Insights component. |
Extension Methods
Applies to
Azure SDK for .NET