Uses of Class
com.azure.resourcemanager.applicationinsights.models.ItemTypeParameter
Packages that use ItemTypeParameter
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ItemTypeParameter in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ItemTypeParameterModifier and TypeMethodDescriptioncom.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. -
Uses of ItemTypeParameter in com.azure.resourcemanager.applicationinsights.models
Fields in com.azure.resourcemanager.applicationinsights.models declared as ItemTypeParameterModifier and TypeFieldDescriptionstatic final ItemTypeParameterItemTypeParameter.FOLDERStatic value folder for ItemTypeParameter.static final ItemTypeParameterItemTypeParameter.FUNCTIONStatic value function for ItemTypeParameter.static final ItemTypeParameterItemTypeParameter.NONEStatic value none for ItemTypeParameter.static final ItemTypeParameterItemTypeParameter.QUERYStatic value query for ItemTypeParameter.static final ItemTypeParameterItemTypeParameter.RECENTStatic value recent for ItemTypeParameter.Methods in com.azure.resourcemanager.applicationinsights.models that return ItemTypeParameterModifier and TypeMethodDescriptionstatic ItemTypeParameterItemTypeParameter.fromString(String name) Creates or finds a ItemTypeParameter from its string representation.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ItemTypeParameterModifier and TypeMethodDescriptionstatic Collection<ItemTypeParameter>ItemTypeParameter.values()Gets known ItemTypeParameter values.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ItemTypeParameterModifier and TypeMethodDescriptioncom.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.