Uses of Class
com.azure.monitor.query.models.LogsQueryOptions
Packages that use LogsQueryOptions
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
Package containing models for querying logs and metrics from Azure Monitor.
-
Uses of LogsQueryOptions in com.azure.monitor.query
Methods in com.azure.monitor.query with parameters of type LogsQueryOptionsModifier and TypeMethodDescriptionLogsQueryAsyncClient.queryResource(String resourceId, String query, QueryTimeInterval timeInterval, Class<T> type, LogsQueryOptions options) Returns all the Azure Monitor logs matching the given query for an Azure resource.<T> List<T>LogsQueryClient.queryResource(String resourceId, String query, QueryTimeInterval timeInterval, Class<T> type, LogsQueryOptions options) Returns all the Azure Monitor logs matching the given query for an Azure resource.Mono<com.azure.core.http.rest.Response<LogsQueryResult>>LogsQueryAsyncClient.queryResourceWithResponse(String resourceId, String query, QueryTimeInterval timeInterval, LogsQueryOptions options) Returns all the Azure Monitor logs matching the given query for an Azure resource.LogsQueryAsyncClient.queryResourceWithResponse(String resourceId, String query, QueryTimeInterval timeInterval, Class<T> type, LogsQueryOptions options) Returns all the Azure Monitor logs matching the given query for an Azure resource.com.azure.core.http.rest.Response<LogsQueryResult>LogsQueryClient.queryResourceWithResponse(String resourceId, String query, QueryTimeInterval timeInterval, LogsQueryOptions options, com.azure.core.util.Context context) Returns all the Azure Monitor logs matching the given query for an Azure resource.<T> com.azure.core.http.rest.Response<List<T>>LogsQueryClient.queryResourceWithResponse(String resourceId, String query, QueryTimeInterval timeInterval, Class<T> type, LogsQueryOptions options, com.azure.core.util.Context context) Returns all the Azure Monitor logs matching the given query for an Azure resource.LogsQueryAsyncClient.queryWorkspace(String workspaceId, String query, QueryTimeInterval timeInterval, Class<T> type, LogsQueryOptions options) Returns all the Azure Monitor logs matching the given query in the specified workspaceId.<T> List<T>LogsQueryClient.queryWorkspace(String workspaceId, String query, QueryTimeInterval timeInterval, Class<T> type, LogsQueryOptions options) Returns all the Azure Monitor logs matching the given query in the specified workspaceId.Mono<com.azure.core.http.rest.Response<LogsQueryResult>>LogsQueryAsyncClient.queryWorkspaceWithResponse(String workspaceId, String query, QueryTimeInterval timeInterval, LogsQueryOptions options) Returns all the Azure Monitor logs matching the given query in the specified workspaceId.LogsQueryAsyncClient.queryWorkspaceWithResponse(String workspaceId, String query, QueryTimeInterval timeInterval, Class<T> type, LogsQueryOptions options) Returns all the Azure Monitor logs matching the given query in the specified workspaceId.com.azure.core.http.rest.Response<LogsQueryResult>LogsQueryClient.queryWorkspaceWithResponse(String workspaceId, String query, QueryTimeInterval timeInterval, LogsQueryOptions options, com.azure.core.util.Context context) Returns all the Azure Monitor logs matching the given query in the specified workspaceId.<T> com.azure.core.http.rest.Response<List<T>>LogsQueryClient.queryWorkspaceWithResponse(String workspaceId, String query, QueryTimeInterval timeInterval, Class<T> type, LogsQueryOptions options, com.azure.core.util.Context context) Returns all the Azure Monitor logs matching the given query in the specified workspaceId. -
Uses of LogsQueryOptions in com.azure.monitor.query.models
Methods in com.azure.monitor.query.models that return LogsQueryOptionsModifier and TypeMethodDescriptionLogsQueryOptions.setAdditionalWorkspaces(String... additionalWorkspaces) Sets the list of additional workspaces on which this query is executed.LogsQueryOptions.setAdditionalWorkspaces(List<String> additionalWorkspaces) Sets the list of additional workspaces on which this query is executed.LogsQueryOptions.setAllowPartialErrors(boolean allowPartialErrors) If set totrue, exception is not thrown if query returns partial errors.LogsQueryOptions.setIncludeStatistics(boolean includeStatistics) Sets the flag that indicates if the query should include statistics.LogsQueryOptions.setIncludeVisualization(boolean includeVisualization) Sets the flag that indicates if the query should return visualization details.LogsQueryOptions.setServerTimeout(Duration serverTimeout) Sets the server timeout for this query.Methods in com.azure.monitor.query.models with parameters of type LogsQueryOptionsModifier and TypeMethodDescriptionLogsBatchQuery.addWorkspaceQuery(String workspaceId, String query, QueryTimeInterval timeInterval, LogsQueryOptions logsQueryOptions) Adds a new logs query to the batch.