Class SapConfigurationType

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

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

    • DEPLOYMENT

      public static final SapConfigurationType DEPLOYMENT
      Static value Deployment for SapConfigurationType.
    • DISCOVERY

      public static final SapConfigurationType DISCOVERY
      Static value Discovery for SapConfigurationType.
    • DEPLOYMENT_WITH_OSCONFIG

      public static final SapConfigurationType DEPLOYMENT_WITH_OSCONFIG
      Static value DeploymentWithOSConfig for SapConfigurationType.
  • Constructor Details

    • SapConfigurationType

      public SapConfigurationType()
  • Method Details

    • fromString

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

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