Uses of Enum
com.azure.monitor.query.MetricsBatchQueryServiceVersion
Packages that use MetricsBatchQueryServiceVersion
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
-
Uses of MetricsBatchQueryServiceVersion in com.azure.monitor.query
Methods in com.azure.monitor.query that return MetricsBatchQueryServiceVersionModifier and TypeMethodDescriptionMetricsBatchQueryServiceVersion.getLatest()Gets the latest service version supported by this client library.Returns the enum constant of this type with the specified name.static MetricsBatchQueryServiceVersion[]MetricsBatchQueryServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.monitor.query with parameters of type MetricsBatchQueryServiceVersionModifier and TypeMethodDescriptionMetricsBatchQueryClientBuilder.serviceVersion(MetricsBatchQueryServiceVersion serviceVersion) The service version to use when creating the client.