azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

168 строки
11 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties"
name: "QueryMetricProperties"
nameWithType: "QueryMetricProperties"
summary: "Properties of a topquery metric in one interval."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<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#hashCode--\">hashCode</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#toString--\">toString</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 final class **QueryMetricProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.QueryMetricProperties?alt=com.azure.resourcemanager.sql.models.QueryMetricProperties&text=QueryMetricProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.QueryMetricProperties()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.QueryMetricProperties()"
name: "QueryMetricProperties()"
nameWithType: "QueryMetricProperties.QueryMetricProperties()"
summary: "Creates an instance of Query<wbr>Metric<wbr>Properties class."
syntax: "public QueryMetricProperties()"
desc: "Creates an instance of QueryMetricProperties class."
methods:
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.avg()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.avg()"
name: "avg()"
nameWithType: "QueryMetricProperties.avg()"
summary: "Get the avg property: Metric value when avg() aggregate function is used over the interval."
syntax: "public Double avg()"
desc: "Get the avg property: Metric value when avg() aggregate function is used over the interval."
returns:
description: "the avg value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.displayName()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.displayName()"
name: "displayName()"
nameWithType: "QueryMetricProperties.displayName()"
summary: "Get the display<wbr>Name property: The UI appropriate name for the metric."
syntax: "public String displayName()"
desc: "Get the displayName property: The UI appropriate name for the metric."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "QueryMetricProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Query<wbr>Metric<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static QueryMetricProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the QueryMetricProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of QueryMetricProperties from the JsonReader."
returns:
description: "An instance of QueryMetricProperties if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.sql.models.QueryMetricProperties?alt=com.azure.resourcemanager.sql.models.QueryMetricProperties&text=QueryMetricProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.max()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.max()"
name: "max()"
nameWithType: "QueryMetricProperties.max()"
summary: "Get the max property: Metric value when max() aggregate function is used over the interval."
syntax: "public Double max()"
desc: "Get the max property: Metric value when max() aggregate function is used over the interval."
returns:
description: "the max value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.min()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.min()"
name: "min()"
nameWithType: "QueryMetricProperties.min()"
summary: "Get the min property: Metric value when min() aggregate function is used over the interval."
syntax: "public Double min()"
desc: "Get the min property: Metric value when min() aggregate function is used over the interval."
returns:
description: "the min value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.name()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.name()"
name: "name()"
nameWithType: "QueryMetricProperties.name()"
summary: "Get the name property: The name information for the metric."
syntax: "public String name()"
desc: "Get the name property: The name information for the metric."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.stdev()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.stdev()"
name: "stdev()"
nameWithType: "QueryMetricProperties.stdev()"
summary: "Get the stdev property: Metric value when stdev aggregate function is used over the interval."
syntax: "public Double stdev()"
desc: "Get the stdev property: Metric value when stdev aggregate function is used over the interval."
returns:
description: "the stdev value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.sum()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.sum()"
name: "sum()"
nameWithType: "QueryMetricProperties.sum()"
summary: "Get the sum property: Metric value when sum() aggregate function is used over the interval."
syntax: "public Double sum()"
desc: "Get the sum property: Metric value when sum() aggregate function is used over the interval."
returns:
description: "the sum value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "QueryMetricProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.unit()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.unit()"
name: "unit()"
nameWithType: "QueryMetricProperties.unit()"
summary: "Get the unit property: The unit of the metric."
syntax: "public QueryMetricUnitType unit()"
desc: "Get the unit property: The unit of the metric."
returns:
description: "the unit value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.QueryMetricUnitType?alt=com.azure.resourcemanager.sql.models.QueryMetricUnitType&text=QueryMetricUnitType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.validate()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.validate()"
name: "validate()"
nameWithType: "QueryMetricProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.models.QueryMetricProperties.value()"
fullName: "com.azure.resourcemanager.sql.models.QueryMetricProperties.value()"
name: "value()"
nameWithType: "QueryMetricProperties.value()"
summary: "Get the value property: The value of the metric."
syntax: "public Double value()"
desc: "Get the value property: The value of the metric."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
type: "class"
desc: "Properties of a topquery metric in one interval."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.QueryMetricProperties?alt=com.azure.resourcemanager.sql.models.QueryMetricProperties&text=QueryMetricProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.42.0