Uses of Enum
com.azure.monitor.query.LogsQueryServiceVersion
Packages that use LogsQueryServiceVersion
Package
Description
Package containing clients for querying logs and metrics from Azure Monitor.
-
Uses of LogsQueryServiceVersion in com.azure.monitor.query
Methods in com.azure.monitor.query that return LogsQueryServiceVersionModifier and TypeMethodDescriptionstatic LogsQueryServiceVersionLogsQueryServiceVersion.getLatest()Returns the latest supported service version by this library.static LogsQueryServiceVersionReturns the enum constant of this type with the specified name.static LogsQueryServiceVersion[]LogsQueryServiceVersion.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 LogsQueryServiceVersionModifier and TypeMethodDescriptionLogsQueryClientBuilder.serviceVersion(LogsQueryServiceVersion serviceVersion) The service version to use when creating the client.