Class SapDeploymentType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SapDeploymentType>
com.azure.resourcemanager.workloads.models.SapDeploymentType

public final class SapDeploymentType extends com.azure.core.util.ExpandableStringEnum<SapDeploymentType>
Defines values for SapDeploymentType.
  • Field Details

    • SINGLE_SERVER

      public static final SapDeploymentType SINGLE_SERVER
      Static value SingleServer for SapDeploymentType.
    • THREE_TIER

      public static final SapDeploymentType THREE_TIER
      Static value ThreeTier for SapDeploymentType.
  • Constructor Details

    • SapDeploymentType

      public SapDeploymentType()
  • Method Details

    • fromString

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

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