76 строки
4.1 KiB
YAML
76 строки
4.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue"
|
|
name: "SqlDatabaseMetricValue"
|
|
nameWithType: "SqlDatabaseMetricValue"
|
|
summary: "Response containing the Azure SQL Database metric value."
|
|
syntax: "public interface **SqlDatabaseMetricValue**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.MetricValue?alt=com.microsoft.azure.management.sql.MetricValue&text=MetricValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.average()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.average()"
|
|
name: "average()"
|
|
nameWithType: "SqlDatabaseMetricValue.average()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double average()"
|
|
returns:
|
|
description: "the average value of the metric"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.count()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.count()"
|
|
name: "count()"
|
|
nameWithType: "SqlDatabaseMetricValue.count()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double count()"
|
|
returns:
|
|
description: "the number of values for the metric"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.maximum()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.maximum()"
|
|
name: "maximum()"
|
|
nameWithType: "SqlDatabaseMetricValue.maximum()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double maximum()"
|
|
returns:
|
|
description: "the max value of the metric"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.minimum()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.minimum()"
|
|
name: "minimum()"
|
|
nameWithType: "SqlDatabaseMetricValue.minimum()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double minimum()"
|
|
returns:
|
|
description: "the min value of the metric"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.timestamp()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.timestamp()"
|
|
name: "timestamp()"
|
|
nameWithType: "SqlDatabaseMetricValue.timestamp()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime timestamp()"
|
|
returns:
|
|
description: "the metric timestamp (ISO-8601 format)"
|
|
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.SqlDatabaseMetricValue.total()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricValue.total()"
|
|
name: "total()"
|
|
nameWithType: "SqlDatabaseMetricValue.total()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double total()"
|
|
returns:
|
|
description: "the total value of the metric"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Response containing the Azure SQL Database metric value."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.MetricValue?alt=com.microsoft.azure.management.sql.MetricValue&text=MetricValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|