Create database

Creates a database on the specified server instance.

If tenant security is enabled, access to this database may be restricted based on group membership. The groupIds parameter specifies a list of groups with access to this secured resource. Client applications must belong to one of the specified groups to access this database.

🍐

Role-based Permissions

To perform this operation, a principal must belong to a group that has been assigned the appropriate role-based permissions. The table identifies the roles with permission to perform this operation.

ConsumerContributorData Bridge Admin
NOYESNO

To learn more about role-based permissions in Data Bridge, see Access Controls.

Path Params
string
required

Name of managed SQL Server instance. The database is created on this
instance.

Body Params
string
required

Name of database.

groupIds
array of strings | null

List of group IDs. Client members of the specified groups can access this database.

groupIds
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Bad Request. Some of the provided parameters were not valid.

404

Not found. The entity you are trying to interact with does not
exist.

500

Internal Server Error. If the problem persists you may want to
contact the Administrator.

Language
URL
Response
Choose an example:
application/json
text/plain
text/json