azure-docs-sdk-java/docs-ref-autogen/com.azure.monitor.query.Met...

93 строки
6.4 KiB
YAML

### YamlMime:JavaEnum
uid: "com.azure.monitor.query.MetricsQueryServiceVersion"
fullName: "com.azure.monitor.query.MetricsQueryServiceVersion"
name: "MetricsQueryServiceVersion"
nameWithType: "MetricsQueryServiceVersion"
summary: "The service version of the Metrics service that can be queried to retrieved Azure Monitor metrics."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#valueOf-java.lang.Class-java.lang.String-\">valueOf</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#compareTo-E-\">compareTo</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#describeConstable--\">describeConstable</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#getDeclaringClass--\">getDeclaringClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#name--\">name</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#ordinal--\">ordinal</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html#toString--\">toString</a>"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public enum **MetricsQueryServiceVersion**</br> extends <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html\">Enum</a>&lt;<xref href=\"com.azure.monitor.query.MetricsQueryServiceVersion?alt=com.azure.monitor.query.MetricsQueryServiceVersion&text=MetricsQueryServiceVersion\" data-throw-if-not-resolved=\"False\" />&gt;</br> implements <xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
fields:
- uid: "com.azure.monitor.query.MetricsQueryServiceVersion.V2018_01_01"
fullName: "com.azure.monitor.query.MetricsQueryServiceVersion.V2018_01_01"
name: "V2018_01_01"
nameWithType: "MetricsQueryServiceVersion.V2018_01_01"
summary: "Service version `2018-01-01`."
desc: "Service version `2018-01-01`."
- uid: "com.azure.monitor.query.MetricsQueryServiceVersion.V2024_02_01"
fullName: "com.azure.monitor.query.MetricsQueryServiceVersion.V2024_02_01"
name: "V2024_02_01"
nameWithType: "MetricsQueryServiceVersion.V2024_02_01"
summary: "Service version `2024-02-01`."
desc: "Service version `2024-02-01`."
methods:
- uid: "com.azure.monitor.query.MetricsQueryServiceVersion.getLatest()"
fullName: "com.azure.monitor.query.MetricsQueryServiceVersion.getLatest()"
name: "getLatest()"
nameWithType: "MetricsQueryServiceVersion.getLatest()"
summary: "Returns the latest supported service version by this library."
modifiers:
- "static"
syntax: "public static MetricsQueryServiceVersion getLatest()"
desc: "Returns the latest supported service version by this library."
returns:
description: "The latest supported service version by this library."
type: "<xref href=\"com.azure.monitor.query.MetricsQueryServiceVersion?alt=com.azure.monitor.query.MetricsQueryServiceVersion&text=MetricsQueryServiceVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsQueryServiceVersion.getVersion()"
fullName: "com.azure.monitor.query.MetricsQueryServiceVersion.getVersion()"
name: "getVersion()"
nameWithType: "MetricsQueryServiceVersion.getVersion()"
syntax: "public String getVersion()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.monitor.query.MetricsQueryServiceVersion.valueOf(java.lang.String)"
fullName: "com.azure.monitor.query.MetricsQueryServiceVersion.valueOf(String name)"
name: "valueOf(String name)"
nameWithType: "MetricsQueryServiceVersion.valueOf(String name)"
modifiers:
- "static"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static MetricsQueryServiceVersion valueOf(String name)"
returns:
type: "<xref href=\"com.azure.monitor.query.MetricsQueryServiceVersion?alt=com.azure.monitor.query.MetricsQueryServiceVersion&text=MetricsQueryServiceVersion\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsQueryServiceVersion.values()"
fullName: "com.azure.monitor.query.MetricsQueryServiceVersion.values()"
name: "values()"
nameWithType: "MetricsQueryServiceVersion.values()"
modifiers:
- "static"
syntax: "public static MetricsQueryServiceVersion[] values()"
returns:
type: "<xref href=\"com.azure.monitor.query.MetricsQueryServiceVersion?alt=com.azure.monitor.query.MetricsQueryServiceVersion&text=MetricsQueryServiceVersion\" data-throw-if-not-resolved=\"False\" />[]"
desc: "The service version of the Metrics service that can be queried to retrieved Azure Monitor metrics."
implements:
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.monitor.query"
artifact: com.azure:azure-monitor-query:1.5.1