SnapshotType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. SnapshotType
- com.
- com.
public final class SnapshotType
extends ExpandableStringEnum<SnapshotType>
The type of a snapshot. The default is NodePool.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Snapshot |
NODE_POOL
Static value Node |
Constructor Summary
Constructor | Description |
---|---|
SnapshotType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Snapshot |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Snapshot |
fromString(String name)
Creates or finds a Snapshot |
static
Collection<Snapshot |
values()
Gets known Snapshot |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NODE_POOL
public static final SnapshotType NODE_POOL
Static value NodePool for SnapshotType.
Constructor Details
SnapshotType
@Deprecated
public SnapshotType()
Deprecated
Creates a new instance of SnapshotType value.
Method Details
fromString
public static SnapshotType fromString(String name)
Creates or finds a SnapshotType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SnapshotType values.
Returns:
Applies to
Azure SDK for Java