Class LicenseType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LicenseType>
com.azure.resourcemanager.devcenter.models.LicenseType

public final class LicenseType extends com.azure.core.util.ExpandableStringEnum<LicenseType>
License Types.
  • Field Details

    • WINDOWS_CLIENT

      public static final LicenseType WINDOWS_CLIENT
      Static value Windows_Client for LicenseType.
  • Constructor Details

    • LicenseType

      public LicenseType()
  • Method Details

    • fromString

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

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