AzureMySqlDatastore Class
Represents a datastore that saves connection information to Azure Database for MySQL.
You should not use this class directly. To create a datastore that saves connection information to Azure Database for MySql, use the register_azure_my_sql method of the Datastore class.
Note: When using a datastore to access data, you must have permission to access the data, which depends on the credentials registered with the datastore.
- Inheritance
-
AzureMySqlDatastore
Constructor
AzureMySqlDatastore(workspace, name, server_name, database_name, user_id, user_password, port_number=None)
Parameters
Feedback
Submit and view feedback for