Uses of Interface
com.azure.resourcemanager.applicationinsights.models.ComponentPurgeResponse
Packages that use ComponentPurgeResponse
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ComponentPurgeResponse in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ComponentPurgeResponseModifier and TypeMethodDescriptionApplicationInsightsComponent.purge(ComponentPurgeBody body) Purges data in an Application Insights component by a set of user-defined filters.Components.purge(String resourceGroupName, String resourceName, ComponentPurgeBody body) Purges data in an Application Insights component by a set of user-defined filters.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ComponentPurgeResponseModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ComponentPurgeResponse>ApplicationInsightsComponent.purgeWithResponse(ComponentPurgeBody body, com.azure.core.util.Context context) Purges data in an Application Insights component by a set of user-defined filters.com.azure.core.http.rest.Response<ComponentPurgeResponse>Components.purgeWithResponse(String resourceGroupName, String resourceName, ComponentPurgeBody body, com.azure.core.util.Context context) Purges data in an Application Insights component by a set of user-defined filters.