Uses of Class
com.azure.resourcemanager.applicationinsights.models.ItemScopePath
Packages that use ItemScopePath
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ItemScopePath in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ItemScopePathModifier and TypeMethodDescriptionvoidAnalyticsItemsClient.delete(String resourceGroupName, String resourceName, ItemScopePath scopePath) Deletes a specific Analytics Items defined within an Application Insights component.com.azure.core.http.rest.Response<Void>AnalyticsItemsClient.deleteWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, String id, String name, com.azure.core.util.Context context) Deletes a specific Analytics Items defined within an Application Insights component.AnalyticsItemsClient.get(String resourceGroupName, String resourceName, ItemScopePath scopePath) Gets a specific Analytics Items defined within an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentAnalyticsItemInner>AnalyticsItemsClient.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.AnalyticsItemsClient.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<ApplicationInsightsComponentAnalyticsItemInner>>AnalyticsItemsClient.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.AnalyticsItemsClient.put(String resourceGroupName, String resourceName, ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties) Adds or Updates a specific Analytics Item within an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentAnalyticsItemInner>AnalyticsItemsClient.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. -
Uses of ItemScopePath in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as ItemScopePathModifier and TypeFieldDescriptionstatic final ItemScopePathItemScopePath.ANALYTICS_ITEMSStatic value analyticsItems for ItemScopePath.static final ItemScopePathItemScopePath.MYANALYTICS_ITEMSStatic value myanalyticsItems for ItemScopePath.Methods in com.azure.resourcemanager.applicationinsights.models that return ItemScopePathModifier and TypeMethodDescriptionstatic ItemScopePathItemScopePath.fromString(String name) Creates or finds a ItemScopePath from its string representation.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ItemScopePathModifier and TypeMethodDescriptionstatic Collection<ItemScopePath>ItemScopePath.values()Gets known ItemScopePath values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ItemScopePathModifier and TypeMethodDescriptionvoidAnalyticsItems.delete(String resourceGroupName, String resourceName, ItemScopePath scopePath) Deletes a specific Analytics Items defined within an Application Insights component.com.azure.core.http.rest.Response<Void>AnalyticsItems.deleteWithResponse(String resourceGroupName, String resourceName, ItemScopePath scopePath, String id, String name, com.azure.core.util.Context context) Deletes a specific Analytics Items defined within an Application Insights component.AnalyticsItems.get(String resourceGroupName, String resourceName, ItemScopePath scopePath) Gets a specific Analytics Items defined within an Application Insights component.com.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.AnalyticsItems.put(String resourceGroupName, String resourceName, ItemScopePath scopePath, ApplicationInsightsComponentAnalyticsItemInner itemProperties) Adds or Updates a specific Analytics Item 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.