Class ClusterSkuName

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ClusterSkuName>
com.azure.resourcemanager.eventhubs.models.ClusterSkuName
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ClusterSkuName extends com.azure.core.util.ExpandableStringEnum<ClusterSkuName>
Name of this SKU.
  • Field Details

    • DEDICATED

      public static final ClusterSkuName DEDICATED
      Static value Dedicated for ClusterSkuName.
  • Constructor Details

    • ClusterSkuName

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

    • fromString

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

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