Class ManagedClusterSkuName

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

public final class ManagedClusterSkuName extends com.azure.core.util.ExpandableStringEnum<ManagedClusterSkuName>
The name of a managed cluster SKU.
  • Field Details

    • BASE

      public static final ManagedClusterSkuName BASE
      Static value Base for ManagedClusterSkuName.
    • AUTOMATIC

      public static final ManagedClusterSkuName AUTOMATIC
      Static value Automatic for ManagedClusterSkuName.
  • Constructor Details

    • ManagedClusterSkuName

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

    • fromString

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

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