Uses of Class
com.azure.ai.metricsadvisor.MetricsAdvisorClientBuilder
Packages that use MetricsAdvisorClientBuilder
Package
Description
Azure Metrics Advisor is a
cloud-based service provided by Microsoft Azure that is designed to help organizations monitor
and analyze metrics and time-series data from various sources.
-
Uses of MetricsAdvisorClientBuilder in com.azure.ai.metricsadvisor
Methods in com.azure.ai.metricsadvisor that return MetricsAdvisorClientBuilderModifier and TypeMethodDescriptionMetricsAdvisorClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.MetricsAdvisorClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.MetricsAdvisorClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.MetricsAdvisorClientBuilder.credential(MetricsAdvisorKeyCredential metricsAdvisorKeyCredential) Sets theMetricsAdvisorKeyCredentialto use when authenticating HTTP requests for this MetricsAdvisorClientBuilder.MetricsAdvisorClientBuilder.credential(com.azure.core.credential.TokenCredential tokenCredential) Sets theTokenCredentialused to authorize requests sent to the service.Sets the service endpoint for the Azure Metrics Advisor instance.MetricsAdvisorClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.MetricsAdvisorClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.MetricsAdvisorClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.MetricsAdvisorClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.MetricsAdvisorClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicy()that is used when each request is sent.MetricsAdvisorClientBuilder.serviceVersion(MetricsAdvisorServiceVersion version) Sets theMetricsAdvisorServiceVersionthat is used when making API requests.