Class OnYourDataAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OnYourDataAuthenticationType>
com.azure.ai.openai.models.OnYourDataAuthenticationType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class OnYourDataAuthenticationType extends com.azure.core.util.ExpandableStringEnum<OnYourDataAuthenticationType>
The authentication types supported with Azure OpenAI On Your Data.
  • Field Details

  • Constructor Details

    • OnYourDataAuthenticationType

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

    • fromString

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

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