Uses of Interface
com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentAnalyticsItem
Packages that use ApplicationInsightsComponentAnalyticsItem
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentAnalyticsItem in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentAnalyticsItemModifier and TypeMethodDescriptionAnalyticsItems.get(String resourceGroupName, String resourceName, ItemScopePath scopePath) Gets a specific Analytics Items defined within an Application Insights component.AnalyticsItems.put(String resourceGroupName, String resourceName, ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties) Adds or Updates a specific Analytics Item within an Application Insights component.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ApplicationInsightsComponentAnalyticsItemModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInsightsComponentAnalyticsItem>AnalyticsItems.getWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, String id, String name, com.azure.core.util.Context context) Gets a specific Analytics Items defined within an Application Insights component.AnalyticsItems.list(String resourceGroupName, String resourceName, ItemScopePath scopePath) Gets a list of Analytics Items defined within an Application Insights component.com.azure.core.http.rest.Response<List<ApplicationInsightsComponentAnalyticsItem>>AnalyticsItems.listWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, ItemScope scope, ItemTypeParameter type, Boolean includeContent, com.azure.core.util.Context context) Gets a list of Analytics Items defined within an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentAnalyticsItem>AnalyticsItems.putWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties, Boolean overrideItem, com.azure.core.util.Context context) Adds or Updates a specific Analytics Item within an Application Insights component.