java.lang.Object
com.azure.core.util.ExpandableStringEnum<VCoreSkuTier>
com.azure.resourcemanager.powerbidedicated.models.VCoreSkuTier

public final class VCoreSkuTier extends com.azure.core.util.ExpandableStringEnum<VCoreSkuTier>
The name of the Azure pricing tier to which the SKU applies.
  • Field Details

    • AUTO_SCALE

      public static final VCoreSkuTier AUTO_SCALE
      Static value AutoScale for VCoreSkuTier.
  • Constructor Details

    • VCoreSkuTier

      @Deprecated public VCoreSkuTier()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of VCoreSkuTier value.
  • Method Details

    • fromString

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

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