Uses of Class
com.azure.monitor.query.LogsQueryClientBuilder
Packages that use LogsQueryClientBuilder
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
-
Uses of LogsQueryClientBuilder in com.azure.monitor.query
Methods in com.azure.monitor.query that return LogsQueryClientBuilderModifier and TypeMethodDescriptionLogsQueryClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy customPolicy) Adds a custom Http pipeline policy.LogsQueryClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Set theClientOptionsused for creating the client.LogsQueryClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets The configuration store that is used during construction of the service client.LogsQueryClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets The TokenCredential used for authentication.Sets the log query endpoint.LogsQueryClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets The HTTP client used to send the request.LogsQueryClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions httpLogOptions) Sets The logging configuration for HTTP requests and responses.LogsQueryClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets The HTTP pipeline to send requests through.LogsQueryClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsused for creating the client.LogsQueryClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets The retry policy that will attempt to retry failed requests, if applicable.LogsQueryClientBuilder.serviceVersion(LogsQueryServiceVersion serviceVersion) The service version to use when creating the client.