Class SnapshotType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SnapshotType>
com.azure.resourcemanager.containerservice.models.SnapshotType
The type of a snapshot. The default is NodePool.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SnapshotTypeStatic value NodePool for SnapshotType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SnapshotTypefromString(String name) Creates or finds a SnapshotType from its string representation.static Collection<SnapshotType>values()Gets known SnapshotType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NODE_POOL
Static value NodePool for SnapshotType.
-
-
Constructor Details
-
SnapshotType
public SnapshotType()
-
-
Method Details
-
fromString
Creates or finds a SnapshotType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SnapshotType.
-
values
Gets known SnapshotType values.- Returns:
- known SnapshotType values.
-