public final class PerformanceLevelUnit extends com.azure.core.util.ExpandableStringEnum<PerformanceLevelUnit>
| Modifier and Type | Field and Description |
|---|---|
static PerformanceLevelUnit |
DTU
Static value DTU for PerformanceLevelUnit.
|
static PerformanceLevelUnit |
VCORES
Static value VCores for PerformanceLevelUnit.
|
| Constructor and Description |
|---|
PerformanceLevelUnit() |
| Modifier and Type | Method and Description |
|---|---|
static PerformanceLevelUnit |
fromString(String name)
Creates or finds a PerformanceLevelUnit from its string representation.
|
static Collection<PerformanceLevelUnit> |
values() |
public static final PerformanceLevelUnit DTU
public static final PerformanceLevelUnit VCORES
public static PerformanceLevelUnit fromString(String name)
name - a name to look for.public static Collection<PerformanceLevelUnit> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.