UpgradePreference Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. UpgradePreference
- com.
- com.
public final class UpgradePreference
extends ExpandableStringEnum<UpgradePreference>
Upgrade Preference.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Upgrade |
EARLY
Static value Early for Upgrade |
static final
Upgrade |
LATE
Static value Late for Upgrade |
static final
Upgrade |
MANUAL
Static value Manual for Upgrade |
static final
Upgrade |
NONE
Static value None for Upgrade |
Constructor Summary
Constructor | Description |
---|---|
UpgradePreference() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Upgrade |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Upgrade |
fromString(String name)
Creates or finds a Upgrade |
static
Collection<Upgrade |
values()
Gets known Upgrade |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EARLY
public static final UpgradePreference EARLY
Static value Early for UpgradePreference.
LATE
public static final UpgradePreference LATE
Static value Late for UpgradePreference.
MANUAL
public static final UpgradePreference MANUAL
Static value Manual for UpgradePreference.
NONE
public static final UpgradePreference NONE
Static value None for UpgradePreference.
Constructor Details
UpgradePreference
@Deprecated
public UpgradePreference()
Deprecated
Creates a new instance of UpgradePreference value.
Method Details
fromString
public static UpgradePreference fromString(String name)
Creates or finds a UpgradePreference from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known UpgradePreference values.
Returns:
Applies to
Azure SDK for Java