azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

96 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.MetricValue"
fullName: "com.microsoft.azure.management.sql.MetricValue"
name: "MetricValue"
nameWithType: "MetricValue"
summary: "Represents database metrics."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **MetricValue**"
constructors:
- uid: "com.microsoft.azure.management.sql.MetricValue.MetricValue()"
fullName: "com.microsoft.azure.management.sql.MetricValue.MetricValue()"
name: "MetricValue()"
nameWithType: "MetricValue.MetricValue()"
syntax: "public MetricValue()"
methods:
- uid: "com.microsoft.azure.management.sql.MetricValue.average()"
fullName: "com.microsoft.azure.management.sql.MetricValue.average()"
name: "average()"
nameWithType: "MetricValue.average()"
summary: "Get the average value of the metric."
syntax: "public Double average()"
desc: "Get the average value of the metric."
returns:
description: "the average value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.MetricValue.count()"
fullName: "com.microsoft.azure.management.sql.MetricValue.count()"
name: "count()"
nameWithType: "MetricValue.count()"
summary: "Get the number of values for the metric."
syntax: "public Double count()"
desc: "Get the number of values for the metric."
returns:
description: "the count value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.MetricValue.maximum()"
fullName: "com.microsoft.azure.management.sql.MetricValue.maximum()"
name: "maximum()"
nameWithType: "MetricValue.maximum()"
summary: "Get the max value of the metric."
syntax: "public Double maximum()"
desc: "Get the max value of the metric."
returns:
description: "the maximum value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.MetricValue.minimum()"
fullName: "com.microsoft.azure.management.sql.MetricValue.minimum()"
name: "minimum()"
nameWithType: "MetricValue.minimum()"
summary: "Get the min value of the metric."
syntax: "public Double minimum()"
desc: "Get the min value of the metric."
returns:
description: "the minimum value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.MetricValue.timestamp()"
fullName: "com.microsoft.azure.management.sql.MetricValue.timestamp()"
name: "timestamp()"
nameWithType: "MetricValue.timestamp()"
summary: "Get the metric timestamp (ISO-8601 format)."
syntax: "public DateTime timestamp()"
desc: "Get the metric timestamp (ISO-8601 format)."
returns:
description: "the timestamp value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.MetricValue.total()"
fullName: "com.microsoft.azure.management.sql.MetricValue.total()"
name: "total()"
nameWithType: "MetricValue.total()"
summary: "Get the total value of the metric."
syntax: "public Double total()"
desc: "Get the total value of the metric."
returns:
description: "the total value"
type: "<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents database metrics."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4