java.lang.Object
com.azure.core.util.ExpandableStringEnum<Category>
com.azure.resourcemanager.appcontainers.models.Category

public final class Category extends com.azure.core.util.ExpandableStringEnum<Category>
Used to map workload profile types to billing meter.
  • Field Details

    • PREMIUM_SKU_GENERAL_PURPOSE

      public static final Category PREMIUM_SKU_GENERAL_PURPOSE
      Static value PremiumSkuGeneralPurpose for Category.
    • PREMIUM_SKU_MEMORY_OPTIMIZED

      public static final Category PREMIUM_SKU_MEMORY_OPTIMIZED
      Static value PremiumSkuMemoryOptimized for Category.
    • PREMIUM_SKU_COMPUTE_OPTIMIZED

      public static final Category PREMIUM_SKU_COMPUTE_OPTIMIZED
      Static value PremiumSkuComputeOptimized for Category.
  • Constructor Details

    • Category

      public Category()
  • Method Details

    • fromString

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

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