Class InstancePoolLicenseType


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

      • LICENSE_INCLUDED

        public static final InstancePoolLicenseType LICENSE_INCLUDED
        Static value LicenseIncluded for InstancePoolLicenseType.
      • BASE_PRICE

        public static final InstancePoolLicenseType BASE_PRICE
        Static value BasePrice for InstancePoolLicenseType.
    • Constructor Detail

      • InstancePoolLicenseType

        public InstancePoolLicenseType()
    • Method Detail

      • fromString

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