### YamlMime:JavaEnum fields: - fullName: com.microsoft.azure.management.sql.AuthenticationType.ADPASSWORD name: ADPASSWORD nameWithType: AuthenticationType.ADPASSWORD summary:
Enum value ADPassword.
uid: com.microsoft.azure.management.sql.AuthenticationType.ADPASSWORD - fullName: com.microsoft.azure.management.sql.AuthenticationType.SQL name: SQL nameWithType: AuthenticationType.SQL summary:Enum value SQL.
uid: com.microsoft.azure.management.sql.AuthenticationType.SQL inheritances: -the serialized value to parse.
name: value type:the parsed AuthenticationType object, or null if unable to parse.
type:Parses a serialized value to a AuthenticationType instance.
syntax: public static AuthenticationType fromString(String value) uid: com.microsoft.azure.management.sql.AuthenticationType.fromString(String) - fullName: com.microsoft.azure.management.sql.AuthenticationType.toString() name: toString() nameWithType: AuthenticationType.toString() returns: type:Defines values for AuthenticationType.
metadata: {}