Class SapSoftwareInstallationType

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

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

    • SERVICE_INITIATED

      public static final SapSoftwareInstallationType SERVICE_INITIATED
      Static value ServiceInitiated for SapSoftwareInstallationType.
    • SAPINSTALL_WITHOUT_OSCONFIG

      public static final SapSoftwareInstallationType SAPINSTALL_WITHOUT_OSCONFIG
      Static value SAPInstallWithoutOSConfig for SapSoftwareInstallationType.
  • Constructor Details

    • SapSoftwareInstallationType

      public SapSoftwareInstallationType()
  • Method Details

    • fromString

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

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