Class AuthenticationMode


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

      • MSI

        public static final AuthenticationMode MSI
        Static value Msi for AuthenticationMode.
      • USER_TOKEN

        public static final AuthenticationMode USER_TOKEN
        Static value UserToken for AuthenticationMode.
      • CONNECTION_STRING

        public static final AuthenticationMode CONNECTION_STRING
        Static value ConnectionString for AuthenticationMode.
    • Constructor Detail

      • AuthenticationMode

        public AuthenticationMode()
    • Method Detail

      • fromString

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