Class ContainerGroupSku

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ContainerGroupSku>
com.azure.resourcemanager.containerinstance.models.ContainerGroupSku

public final class ContainerGroupSku extends com.azure.core.util.ExpandableStringEnum<ContainerGroupSku>
The container group SKU.
  • Field Details

    • STANDARD

      public static final ContainerGroupSku STANDARD
      Static value Standard for ContainerGroupSku.
    • DEDICATED

      public static final ContainerGroupSku DEDICATED
      Static value Dedicated for ContainerGroupSku.
    • CONFIDENTIAL

      public static final ContainerGroupSku CONFIDENTIAL
      Static value Confidential for ContainerGroupSku.
  • Constructor Details

    • ContainerGroupSku

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

    • fromString

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

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