Uses of Interface
com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponent
Packages that use ApplicationInsightsComponent
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponent in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentModifier and TypeMethodDescriptionApplicationInsightsComponent.Update.apply()Executes the update request.ApplicationInsightsComponent.Update.apply(com.azure.core.util.Context context) Executes the update request.ApplicationInsightsComponent.DefinitionStages.WithCreate.create()Executes the create request.ApplicationInsightsComponent.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Returns an Application Insights component.Components.getByResourceGroup(String resourceGroupName, String resourceName) Returns an Application Insights component.ApplicationInsightsComponent.refresh()Refreshes the resource to sync with Azure.ApplicationInsightsComponent.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ApplicationInsightsComponentModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInsightsComponent>Components.getByIdWithResponse(String id, com.azure.core.util.Context context) Returns an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponent>Components.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Returns an Application Insights component.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponent>Components.list()Gets a list of all Application Insights components within a subscription.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponent>Components.list(com.azure.core.util.Context context) Gets a list of all Application Insights components within a subscription.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponent>Components.listByResourceGroup(String resourceGroupName) Gets a list of Application Insights components within a resource group.com.azure.core.http.rest.PagedIterable<ApplicationInsightsComponent>Components.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets a list of Application Insights components within a resource group.