Uses of Class
com.azure.resourcemanager.loganalytics.models.WorkspacePurgeBodyFilters
Packages that use WorkspacePurgeBodyFilters
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of WorkspacePurgeBodyFilters in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return WorkspacePurgeBodyFiltersModifier and TypeMethodDescriptionWorkspacePurgeBodyFilters.withColumn(String column) Set the column property: The column of the table over which the given query should run.Set the key property: When filtering over custom dimensions, this key will be used as the name of the custom dimension.WorkspacePurgeBodyFilters.withOperator(String operator) Set the operator property: A query operator to evaluate over the provided column and value(s).Set the value property: the value for the operator to function over.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type WorkspacePurgeBodyFiltersModifier and TypeMethodDescriptionWorkspacePurgeBody.filters()Get the filters property: The set of columns and filters (queries) to run over them to purge the resulting data.Method parameters in com.azure.resourcemanager.loganalytics.models with type arguments of type WorkspacePurgeBodyFiltersModifier and TypeMethodDescriptionWorkspacePurgeBody.withFilters(List<WorkspacePurgeBodyFilters> filters) Set the filters property: The set of columns and filters (queries) to run over them to purge the resulting data.