LabServicesSkuTier Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. labservices. models. LabServicesSkuTier
- com.
- com.
public final class LabServicesSkuTier
extends ExpandableStringEnum<LabServicesSkuTier>
The tier of the SKU.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Lab |
PREMIUM
Static value Premium for Lab |
|
static final
Lab |
STANDARD
Static value Standard for Lab |
Constructor Summary
| Constructor | Description |
|---|---|
| LabServicesSkuTier() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Lab |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Lab |
fromString(String name)
Creates or finds a Lab |
|
static
Collection<Lab |
values()
Gets known Lab |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PREMIUM
public static final LabServicesSkuTier PREMIUM
Static value Premium for LabServicesSkuTier.
STANDARD
public static final LabServicesSkuTier STANDARD
Static value Standard for LabServicesSkuTier.
Constructor Details
LabServicesSkuTier
@Deprecated
public LabServicesSkuTier()
Deprecated
Creates a new instance of LabServicesSkuTier value.
Method Details
fromString
public static LabServicesSkuTier fromString(String name)
Creates or finds a LabServicesSkuTier from its string representation.
Parameters:
Returns:
values
public static Collection<LabServicesSkuTier> values()
Gets known LabServicesSkuTier values.
Returns: