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>
The type of a snapshot. The default is NodePool.
  • Field Details

    • NODE_POOL

      public static final SnapshotType NODE_POOL
      Static value NodePool for SnapshotType.
  • Constructor Details

    • SnapshotType

      @Deprecated public SnapshotType()
      Deprecated.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding SnapshotType.
    • values

      public static Collection<SnapshotType> values()
      Gets known SnapshotType values.
      Returns:
      known SnapshotType values.