Class ODataAuthenticationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ODataAuthenticationType>
com.azure.analytics.synapse.artifacts.models.ODataAuthenticationType

public final class ODataAuthenticationType extends com.azure.core.util.ExpandableStringEnum<ODataAuthenticationType>
Type of authentication used to connect to the OData service.
  • Field Details

    • BASIC

      public static final ODataAuthenticationType BASIC
      Static value Basic for ODataAuthenticationType.
    • ANONYMOUS

      public static final ODataAuthenticationType ANONYMOUS
      Static value Anonymous for ODataAuthenticationType.
    • WINDOWS

      public static final ODataAuthenticationType WINDOWS
      Static value Windows for ODataAuthenticationType.
    • AAD_SERVICE_PRINCIPAL

      public static final ODataAuthenticationType AAD_SERVICE_PRINCIPAL
      Static value AadServicePrincipal for ODataAuthenticationType.
    • MANAGED_SERVICE_IDENTITY

      public static final ODataAuthenticationType MANAGED_SERVICE_IDENTITY
      Static value ManagedServiceIdentity for ODataAuthenticationType.
  • Constructor Details

    • ODataAuthenticationType

      public ODataAuthenticationType()
  • Method Details

    • fromString

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

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