Uses of Enum
com.azure.monitor.query.MetricsQueryServiceVersion
Packages that use MetricsQueryServiceVersion
Package
Description
Azure Monitor Query service is a powerful tool that allows you to query and analyze log data from various sources
in Azure.
-
Uses of MetricsQueryServiceVersion in com.azure.monitor.query
Methods in com.azure.monitor.query that return MetricsQueryServiceVersionModifier and TypeMethodDescriptionstatic MetricsQueryServiceVersionMetricsQueryServiceVersion.getLatest()Returns the latest supported service version by this library.static MetricsQueryServiceVersionReturns the enum constant of this type with the specified name.static MetricsQueryServiceVersion[]MetricsQueryServiceVersion.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 MetricsQueryServiceVersionModifier and TypeMethodDescriptionMetricsQueryClientBuilder.serviceVersion(MetricsQueryServiceVersion serviceVersion) The service version to use when creating the client.