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