Creates the specified credential for use with external data sources in the specified database.
Supports noop? false
Parameters
uri(Optional[String[1]])
— the URI identifier for the data source this credential can connect to in the format :
userid(Optional[String[1]])
— the object identifier for the user associated with this credential with access to the data source.
database_name(Optional[String[1]])
— The name of the database in which to create the credential. Note: This is NOT an external database name, but the name of an existing U-SQL database that should contain the new credential object.
credential_name(Optional[String[1]])
— The name of the credential.
parameters(Optional[String[1]])
— The parameters required to create the credential (name and password)
api_version(Optional[String[1]])
— Client Api Version.
password(Optional[String[1]])
— the password for the credential and user with access to the data source.