Class GpuInstanceProfile

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

public final class GpuInstanceProfile extends com.azure.core.util.ExpandableStringEnum<GpuInstanceProfile>
GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
  • Field Details

  • Constructor Details

    • GpuInstanceProfile

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

    • fromString

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

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