Class ActiveRevisionsMode
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ActiveRevisionsMode>
-
- com.azure.resourcemanager.appcontainers.models.ActiveRevisionsMode
-
public final class ActiveRevisionsMode extends com.azure.core.util.ExpandableStringEnum<ActiveRevisionsMode>
Defines values for ActiveRevisionsMode.
-
-
Field Summary
Fields Modifier and Type Field Description static ActiveRevisionsMode
MULTIPLE
Static value Multiple for ActiveRevisionsMode.static ActiveRevisionsMode
SINGLE
Static value Single for ActiveRevisionsMode.
-
Constructor Summary
Constructors Constructor Description ActiveRevisionsMode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActiveRevisionsMode
fromString(String name)
Creates or finds a ActiveRevisionsMode from its string representation.static Collection<ActiveRevisionsMode>
values()
Gets known ActiveRevisionsMode values.
-
-
-
Field Detail
-
MULTIPLE
public static final ActiveRevisionsMode MULTIPLE
Static value Multiple for ActiveRevisionsMode.
-
SINGLE
public static final ActiveRevisionsMode SINGLE
Static value Single for ActiveRevisionsMode.
-
-
Method Detail
-
fromString
public static ActiveRevisionsMode fromString(String name)
Creates or finds a ActiveRevisionsMode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ActiveRevisionsMode.
-
values
public static Collection<ActiveRevisionsMode> values()
Gets known ActiveRevisionsMode values.- Returns:
- known ActiveRevisionsMode values.
-
-