Uses of Class
com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchProperties
Packages that use LogAnalyticsQueryPackQuerySearchProperties
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of LogAnalyticsQueryPackQuerySearchProperties in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type LogAnalyticsQueryPackQuerySearchPropertiesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQueryInner>QueriesClient.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties) Search a list of Queries defined within a Log Analytics QueryPack according to given search properties.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQueryInner>QueriesClient.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties, Long top, Boolean includeBody, String skipToken, com.azure.core.util.Context context) Search a list of Queries defined within a Log Analytics QueryPack according to given search properties. -
Uses of LogAnalyticsQueryPackQuerySearchProperties in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return LogAnalyticsQueryPackQuerySearchPropertiesModifier and TypeMethodDescriptionLogAnalyticsQueryPackQuerySearchProperties.withRelated(LogAnalyticsQueryPackQuerySearchPropertiesRelated related) Set the related property: The related metadata items for the function.Set the tags property: Tags associated with the query.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type LogAnalyticsQueryPackQuerySearchPropertiesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQuery>Queries.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties) Search a list of Queries defined within a Log Analytics QueryPack according to given search properties.com.azure.core.http.rest.PagedIterable<LogAnalyticsQueryPackQuery>Queries.search(String resourceGroupName, String queryPackName, LogAnalyticsQueryPackQuerySearchProperties querySearchProperties, Long top, Boolean includeBody, String skipToken, com.azure.core.util.Context context) Search a list of Queries defined within a Log Analytics QueryPack according to given search properties.