Class AppSku


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

      • ST0

        public static final AppSku ST0
        Static value ST0 for AppSku.
      • ST1

        public static final AppSku ST1
        Static value ST1 for AppSku.
      • ST2

        public static final AppSku ST2
        Static value ST2 for AppSku.
    • Constructor Detail

      • AppSku

        public AppSku()
    • Method Detail

      • fromString

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

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