Class EndpointAuthMode

java.lang.Object
com.azure.core.util.ExpandableStringEnum<EndpointAuthMode>
com.azure.resourcemanager.machinelearning.models.EndpointAuthMode

public final class EndpointAuthMode extends com.azure.core.util.ExpandableStringEnum<EndpointAuthMode>
Enum to determine endpoint authentication mode.
  • Field Details

    • AMLTOKEN

      public static final EndpointAuthMode AMLTOKEN
      Static value AMLToken for EndpointAuthMode.
    • KEY

      public static final EndpointAuthMode KEY
      Static value Key for EndpointAuthMode.
    • AADTOKEN

      public static final EndpointAuthMode AADTOKEN
      Static value AADToken for EndpointAuthMode.
  • Constructor Details

    • EndpointAuthMode

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

    • fromString

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

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