Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentAnalyticsItemInner
Packages that use ApplicationInsightsComponentAnalyticsItemInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentAnalyticsItemInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return ApplicationInsightsComponentAnalyticsItemInnerModifier and TypeMethodDescriptionAnalyticsItemsClient.get(String resourceGroupName, String resourceName, ItemScopePath scopePath) Gets a specific 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.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type ApplicationInsightsComponentAnalyticsItemInnerModifier and TypeMethodDescriptioncom.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.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.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ApplicationInsightsComponentAnalyticsItemInnerModifier and TypeMethodDescriptionAnalyticsItemsClient.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 ApplicationInsightsComponentAnalyticsItemInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ApplicationInsightsComponentAnalyticsItemInnerModifier and TypeMethodDescriptionApplicationInsightsComponentAnalyticsItemInner.withContent(String content) Set the content property: The content of this item.Set the id property: Internally assigned unique id of the item definition.Set the name property: The user-defined name of the item.ApplicationInsightsComponentAnalyticsItemInner.withProperties(ApplicationInsightsComponentAnalyticsItemProperties properties) Set the properties property: A set of properties that can be defined in the context of a specific item type.Set the scope property: Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.Set the type property: Enum indicating the type of the Analytics item. -
Uses of ApplicationInsightsComponentAnalyticsItemInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentAnalyticsItemInnerModifier and TypeMethodDescriptionApplicationInsightsComponentAnalyticsItem.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentAnalyticsItemInner object.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ApplicationInsightsComponentAnalyticsItemInnerModifier and TypeMethodDescriptionAnalyticsItems.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.