LogsQueryServiceVersion Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. monitor. query. LogsQueryServiceVersion
- com.
- java.
public enum LogsQueryServiceVersion
extends Enum<LogsQueryServiceVersion>
implements ServiceVersion
The service version of the Logs service that can be queried to retrieved Azure Monitor logs.
Implements
Fields
V_1 |
Service version |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
getLatest()
public static LogsQueryServiceVersion getLatest()
Returns the latest supported service version by this library.
Returns
The latest supported service version by this library.
getVersion()
valueOf(String name)
values()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java