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