java.lang.Object
com.azure.core.util.ExpandableStringEnum<CreateModeForUpdate>
com.azure.resourcemanager.postgresqlflexibleserver.models.CreateModeForUpdate

public final class CreateModeForUpdate extends com.azure.core.util.ExpandableStringEnum<CreateModeForUpdate>
The mode to update a new PostgreSQL server.
  • Field Details

    • DEFAULT

      public static final CreateModeForUpdate DEFAULT
      Static value Default for CreateModeForUpdate.
    • UPDATE

      public static final CreateModeForUpdate UPDATE
      Static value Update for CreateModeForUpdate.
  • Constructor Details

    • CreateModeForUpdate

      @Deprecated public CreateModeForUpdate()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of CreateModeForUpdate value.
  • Method Details

    • fromString

      public static CreateModeForUpdate fromString(String name)
      Creates or finds a CreateModeForUpdate from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding CreateModeForUpdate.
    • values

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