| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PrimaryAggregationType |
MetricDefinitionInner.primaryAggregationType()
Get the primaryAggregationType property: The primary aggregation type defining how metric values are displayed.
|
| Modifier and Type | Field and Description |
|---|---|
static PrimaryAggregationType |
PrimaryAggregationType.AVERAGE
Static value Average for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.COUNT
Static value Count for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.MAXIMUM
Static value Maximum for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.MINIMUM
Static value Minimum for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.NONE
Static value None for PrimaryAggregationType.
|
static PrimaryAggregationType |
PrimaryAggregationType.TOTAL
Static value Total for PrimaryAggregationType.
|
| Modifier and Type | Method and Description |
|---|---|
static PrimaryAggregationType |
PrimaryAggregationType.fromString(String name)
Creates or finds a PrimaryAggregationType from its string representation.
|
PrimaryAggregationType |
SqlDatabaseMetricDefinition.primaryAggregationType() |
Copyright © 2020 Microsoft Corporation. All rights reserved.