Class UpgradeReleaseChannel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<UpgradeReleaseChannel>
com.azure.resourcemanager.appnetwork.models.UpgradeReleaseChannel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class UpgradeReleaseChannel
extends com.azure.core.util.ExpandableStringEnum<UpgradeReleaseChannel>
AppLinkMember upgrade release channel.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UpgradeReleaseChannelRapid release channel.static final UpgradeReleaseChannelStable release channel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpgradeReleaseChannelfromString(String name) Creates or finds a UpgradeReleaseChannel from its string representation.static Collection<UpgradeReleaseChannel> values()Gets known UpgradeReleaseChannel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
RAPID
Rapid release channel. -
STABLE
Stable release channel.
-
-
Constructor Details
-
UpgradeReleaseChannel
Deprecated.Use thefromString(String)factory method.Creates a new instance of UpgradeReleaseChannel value.
-
-
Method Details
-
fromString
Creates or finds a UpgradeReleaseChannel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UpgradeReleaseChannel.
-
values
Gets known UpgradeReleaseChannel values.- Returns:
- known UpgradeReleaseChannel values.
-
fromString(String)factory method.