Class ActiveRevisionsMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ActiveRevisionsMode>
com.azure.resourcemanager.appservice.models.ActiveRevisionsMode
public final class ActiveRevisionsMode
extends com.azure.core.util.ExpandableStringEnum<ActiveRevisionsMode>
Defines values for ActiveRevisionsMode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActiveRevisionsModeStatic value multiple for ActiveRevisionsMode.static final ActiveRevisionsModeStatic value single for ActiveRevisionsMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActiveRevisionsModefromString(String name) Creates or finds a ActiveRevisionsMode from its string representation.static Collection<ActiveRevisionsMode>values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MULTIPLE
Static value multiple for ActiveRevisionsMode. -
SINGLE
Static value single for ActiveRevisionsMode.
-
-
Constructor Details
-
ActiveRevisionsMode
public ActiveRevisionsMode()
-
-
Method Details
-
fromString
Creates or finds a ActiveRevisionsMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ActiveRevisionsMode.
-
values
- Returns:
- known ActiveRevisionsMode values.
-