76 строки
4.3 KiB
YAML
76 строки
4.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SqlDatabaseMetric"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetric"
|
|
name: "SqlDatabaseMetric"
|
|
nameWithType: "SqlDatabaseMetric"
|
|
summary: "Response containing the Azure SQL Database metric."
|
|
syntax: "public interface **SqlDatabaseMetric**</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.implementation.MetricInner?alt=com.microsoft.azure.management.sql.implementation.MetricInner&text=MetricInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetric.endTime()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetric.endTime()"
|
|
name: "endTime()"
|
|
nameWithType: "SqlDatabaseMetric.endTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime endTime()"
|
|
returns:
|
|
description: "the end time"
|
|
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.SqlDatabaseMetric.metricValues()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetric.metricValues()"
|
|
name: "metricValues()"
|
|
nameWithType: "SqlDatabaseMetric.metricValues()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SqlDatabaseMetricValue> metricValues()"
|
|
returns:
|
|
description: "the metric values"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SqlDatabaseMetricValue?alt=com.microsoft.azure.management.sql.SqlDatabaseMetricValue&text=SqlDatabaseMetricValue\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetric.name()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetric.name()"
|
|
name: "name()"
|
|
nameWithType: "SqlDatabaseMetric.name()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
returns:
|
|
description: "the metric 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.SqlDatabaseMetric.startTime()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetric.startTime()"
|
|
name: "startTime()"
|
|
nameWithType: "SqlDatabaseMetric.startTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime startTime()"
|
|
returns:
|
|
description: "the start time"
|
|
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.SqlDatabaseMetric.timeGrain()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetric.timeGrain()"
|
|
name: "timeGrain()"
|
|
nameWithType: "SqlDatabaseMetric.timeGrain()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String timeGrain()"
|
|
returns:
|
|
description: "the time grain"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetric.unit()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetric.unit()"
|
|
name: "unit()"
|
|
nameWithType: "SqlDatabaseMetric.unit()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UnitType unit()"
|
|
returns:
|
|
description: "the metric's unit type"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.UnitType?alt=com.microsoft.azure.management.sql.UnitType&text=UnitType\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Response containing the Azure SQL Database metric."
|
|
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.implementation.MetricInner?alt=com.microsoft.azure.management.sql.implementation.MetricInner&text=MetricInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|