Uses of Enum
com.azure.monitor.query.MetricsServiceVersion
Packages that use MetricsServiceVersion
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 MetricsServiceVersion in com.azure.monitor.query
Methods in com.azure.monitor.query that return MetricsServiceVersionModifier and TypeMethodDescriptionstatic MetricsServiceVersionMetricsServiceVersion.getLatest()Gets the latest service version supported by this client library.static MetricsServiceVersionReturns the enum constant of this type with the specified name.static MetricsServiceVersion[]MetricsServiceVersion.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 MetricsServiceVersionModifier and TypeMethodDescriptionMetricsClientBuilder.serviceVersion(MetricsServiceVersion serviceVersion) The service version to use when creating the client.