SkuTier Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. postgresql. models. SkuTier
- com.
- com.
public final class SkuTier
extends ExpandableStringEnum<SkuTier>
The tier of the particular SKU, e.g. Basic.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sku |
BASIC
Static value Basic for Sku |
|
static final
Sku |
GENERAL_PURPOSE
Static value General |
|
static final
Sku |
MEMORY_OPTIMIZED
Static value Memory |
Constructor Summary
| Constructor | Description |
|---|---|
| SkuTier() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sku |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sku |
fromString(String name)
Creates or finds a Sku |
|
static
Collection<Sku |
values()
Gets known Sku |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BASIC
public static final SkuTier BASIC
Static value Basic for SkuTier.
GENERAL_PURPOSE
public static final SkuTier GENERAL_PURPOSE
Static value GeneralPurpose for SkuTier.
MEMORY_OPTIMIZED
public static final SkuTier MEMORY_OPTIMIZED
Static value MemoryOptimized for SkuTier.
Constructor Details
SkuTier
@Deprecated
public SkuTier()
Deprecated
Creates a new instance of SkuTier value.
Method Details
fromString
public static SkuTier fromString(String name)
Creates or finds a SkuTier from its string representation.
Parameters:
Returns:
values
public static Collection<SkuTier> values()
Gets known SkuTier values.
Returns: