Class ComputeType

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

public final class ComputeType extends com.azure.core.util.ExpandableStringEnum<ComputeType>
Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.
  • Field Details

    • DEFAULT

      public static final ComputeType DEFAULT
      Static value default for ComputeType.
    • CONFIDENTIAL

      public static final ComputeType CONFIDENTIAL
      Static value confidential for ComputeType.
  • Constructor Details

    • ComputeType

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

    • fromString

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

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