Class ODataAuthenticationType


  • public final class ODataAuthenticationType
    extends com.azure.core.util.ExpandableStringEnum<ODataAuthenticationType>
    Defines values for ODataAuthenticationType.
    • Field Detail

      • ANONYMOUS

        public static final ODataAuthenticationType ANONYMOUS
        Static value Anonymous 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 Detail

      • ODataAuthenticationType

        public ODataAuthenticationType()
    • Method Detail

      • 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.