AzurePostgreSqlDatastore Class
Represents a datastore that saves connection information to Azure Database for PostgreSQL.
You should not work with this class directly. To create a datastore that saves connection information to Azure Database for PostgreSQL, use the register_azure_postgre_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
-
AzurePostgreSqlDatastore
Constructor
AzurePostgreSqlDatastore(workspace, name, server_name, database_name, user_id, user_password, port_number=None, enforce_ssl=True)
Parameters
- enforce_ssl
- bool
default value: True
Indicates SSL requirement of PostgreSQL server. Defaults to True
Feedback
Submit and view feedback for