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

74 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.DatabaseMetric"
fullName: "com.microsoft.azure.management.sql.DatabaseMetric"
name: "DatabaseMetric"
nameWithType: "DatabaseMetric"
summary: "An immutable client-side representation of an Azure SQL Database<wbr>Metric."
syntax: "public interface **DatabaseMetric**"
methods:
- uid: "com.microsoft.azure.management.sql.DatabaseMetric.currentValue()"
fullName: "com.microsoft.azure.management.sql.DatabaseMetric.currentValue()"
name: "currentValue()"
nameWithType: "DatabaseMetric.currentValue()"
modifiers:
- "abstract"
syntax: "public abstract double currentValue()"
returns:
description: "the current value of the metric"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.DatabaseMetric.displayName()"
fullName: "com.microsoft.azure.management.sql.DatabaseMetric.displayName()"
name: "displayName()"
nameWithType: "DatabaseMetric.displayName()"
modifiers:
- "abstract"
syntax: "public abstract String displayName()"
returns:
description: "the metric display name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.DatabaseMetric.limit()"
fullName: "com.microsoft.azure.management.sql.DatabaseMetric.limit()"
name: "limit()"
nameWithType: "DatabaseMetric.limit()"
modifiers:
- "abstract"
syntax: "public abstract double limit()"
returns:
description: "the current limit of the metric"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.DatabaseMetric.nextResetTime()"
fullName: "com.microsoft.azure.management.sql.DatabaseMetric.nextResetTime()"
name: "nextResetTime()"
nameWithType: "DatabaseMetric.nextResetTime()"
modifiers:
- "abstract"
syntax: "public abstract DateTime nextResetTime()"
returns:
description: "the next reset time for the metric (ISO8601 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.DatabaseMetric.resourceName()"
fullName: "com.microsoft.azure.management.sql.DatabaseMetric.resourceName()"
name: "resourceName()"
nameWithType: "DatabaseMetric.resourceName()"
modifiers:
- "abstract"
syntax: "public abstract String resourceName()"
returns:
description: "the name of the resource"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.DatabaseMetric.unit()"
fullName: "com.microsoft.azure.management.sql.DatabaseMetric.unit()"
name: "unit()"
nameWithType: "DatabaseMetric.unit()"
modifiers:
- "abstract"
syntax: "public abstract String unit()"
returns:
description: "the units of the metric"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of an Azure SQL DatabaseMetric."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4