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