public final class PrimaryAggregationType extends com.microsoft.rest.ExpandableStringEnum<PrimaryAggregationType>
| Modifier and Type | Field and Description |
|---|---|
static PrimaryAggregationType |
AVERAGE
Static value Average for PrimaryAggregationType.
|
static PrimaryAggregationType |
LAST
Static value Last for PrimaryAggregationType.
|
static PrimaryAggregationType |
MAXIMUM
Static value Maximum for PrimaryAggregationType.
|
static PrimaryAggregationType |
MINIMUM
Static value Minimum for PrimaryAggregationType.
|
static PrimaryAggregationType |
NONE
Static value None for PrimaryAggregationType.
|
static PrimaryAggregationType |
TOTAL
Static value Total for PrimaryAggregationType.
|
| Constructor and Description |
|---|
PrimaryAggregationType() |
| Modifier and Type | Method and Description |
|---|---|
static PrimaryAggregationType |
fromString(String name)
Creates or finds a PrimaryAggregationType from its string representation.
|
static Collection<PrimaryAggregationType> |
values() |
public static final PrimaryAggregationType NONE
public static final PrimaryAggregationType AVERAGE
public static final PrimaryAggregationType TOTAL
public static final PrimaryAggregationType MINIMUM
public static final PrimaryAggregationType MAXIMUM
public static final PrimaryAggregationType LAST
public static PrimaryAggregationType fromString(String name)
name - a name to look forpublic static Collection<PrimaryAggregationType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/