Class ServiceLevel


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

      • STANDARD

        public static final ServiceLevel STANDARD
        Static value Standard for ServiceLevel.
      • PREMIUM

        public static final ServiceLevel PREMIUM
        Static value Premium for ServiceLevel.
      • ULTRA

        public static final ServiceLevel ULTRA
        Static value Ultra for ServiceLevel.
      • STANDARD_ZRS

        public static final ServiceLevel STANDARD_ZRS
        Static value StandardZRS for ServiceLevel.
    • Constructor Detail

      • ServiceLevel

        public ServiceLevel()
    • Method Detail

      • fromString

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