AvailablePromotion Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. dashboard. models. AvailablePromotion
- com.
- com.
public final class AvailablePromotion
extends ExpandableStringEnum<AvailablePromotion>
Defines values for AvailablePromotion.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Available |
FREE_TRIAL
Static value Free |
|
static final
Available |
NONE
Static value None for Available |
Constructor Summary
| Constructor | Description |
|---|---|
| AvailablePromotion() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Available |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Available |
fromString(String name)
Creates or finds a Available |
|
static
Collection<Available |
values()
Gets known Available |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FREE_TRIAL
public static final AvailablePromotion FREE_TRIAL
Static value FreeTrial for AvailablePromotion.
NONE
public static final AvailablePromotion NONE
Static value None for AvailablePromotion.
Constructor Details
AvailablePromotion
@Deprecated
public AvailablePromotion()
Deprecated
Creates a new instance of AvailablePromotion value.
Method Details
fromString
public static AvailablePromotion fromString(String name)
Creates or finds a AvailablePromotion from its string representation.
Parameters:
Returns:
values
public static Collection<AvailablePromotion> values()
Gets known AvailablePromotion values.
Returns: