R/datastore.R
register_azure_postgre_sql_datastore.Rd
Initialize a new Azure PostgreSQL Datastore.
register_azure_postgre_sql_datastore( workspace, datastore_name, server_name, database_name, user_id, user_password, port_number = NULL, endpoint = NULL, overwrite = FALSE )
workspace | The workspace this datastore belongs to. |
---|---|
datastore_name | The datastore name. |
server_name | The PostgreSQL server name. |
database_name | The PostgreSQL database name. |
user_id | The User ID of the PostgreSQL server. |
user_password | The User Password of the PostgreSQL server. |
port_number | The Port Number of the PostgreSQL server. |
endpoint | The endpoint of the PostgreSQL server. If NULL, defaults to postgres.database.azure.com. |
overwrite | Whether to overwrite an existing datastore. If the datastore does not exist, it will create one. The default is FALSE. |
The azureml.data.azure_postgre_sql_datastore.AzurePostgreSqlDatastore
object.