66 строки
4.4 KiB
YAML
66 строки
4.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition"
|
|
name: "SqlDatabaseMetricDefinition"
|
|
nameWithType: "SqlDatabaseMetricDefinition"
|
|
summary: "Response containing the Azure SQL Database metric definition."
|
|
syntax: "public interface **SqlDatabaseMetricDefinition**</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.MetricDefinitionInner?alt=com.microsoft.azure.management.sql.implementation.MetricDefinitionInner&text=MetricDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.metricAvailabilities()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.metricAvailabilities()"
|
|
name: "metricAvailabilities()"
|
|
nameWithType: "SqlDatabaseMetricDefinition.metricAvailabilities()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SqlDatabaseMetricAvailability> metricAvailabilities()"
|
|
returns:
|
|
description: "the metric availabilities"
|
|
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.SqlDatabaseMetricAvailability?alt=com.microsoft.azure.management.sql.SqlDatabaseMetricAvailability&text=SqlDatabaseMetricAvailability\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.name()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.name()"
|
|
name: "name()"
|
|
nameWithType: "SqlDatabaseMetricDefinition.name()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
returns:
|
|
description: "the name of the metric"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.primaryAggregationType()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.primaryAggregationType()"
|
|
name: "primaryAggregationType()"
|
|
nameWithType: "SqlDatabaseMetricDefinition.primaryAggregationType()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PrimaryAggregationType primaryAggregationType()"
|
|
returns:
|
|
description: "the primary aggregation type"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.PrimaryAggregationType?alt=com.microsoft.azure.management.sql.PrimaryAggregationType&text=PrimaryAggregationType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.resourceUri()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.resourceUri()"
|
|
name: "resourceUri()"
|
|
nameWithType: "SqlDatabaseMetricDefinition.resourceUri()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceUri()"
|
|
returns:
|
|
description: "the resource URI"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.unit()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlDatabaseMetricDefinition.unit()"
|
|
name: "unit()"
|
|
nameWithType: "SqlDatabaseMetricDefinition.unit()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UnitDefinitionType unit()"
|
|
returns:
|
|
description: "the unit type"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.UnitDefinitionType?alt=com.microsoft.azure.management.sql.UnitDefinitionType&text=UnitDefinitionType\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Response containing the Azure SQL Database metric definition."
|
|
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.MetricDefinitionInner?alt=com.microsoft.azure.management.sql.implementation.MetricDefinitionInner&text=MetricDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|