Uses of Class
com.azure.resourcemanager.applicationinsights.models.ComponentPurgeBody
Packages that use ComponentPurgeBody
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ComponentPurgeBody in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ComponentPurgeBodyModifier and TypeMethodDescriptionComponentsClient.purge(String resourceGroupName, String resourceName, ComponentPurgeBody body) Purges data in an Application Insights component by a set of user-defined filters.com.azure.core.http.rest.Response<ComponentPurgeResponseInner>ComponentsClient.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. -
Uses of ComponentPurgeBody in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ComponentPurgeBodyModifier and TypeMethodDescriptionComponentPurgeBody.withFilters(List<ComponentPurgeBodyFilters> filters) Set the filters property: The set of columns and filters (queries) to run over them to purge the resulting data.Set the table property: Table from which to purge data.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ComponentPurgeBodyModifier 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.com.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.