MySqlDatabaseResource(String, String, MySqlServerResource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A resource that represents a MySQL database. This is a child resource of a MySqlServerResource.
public MySqlDatabaseResource (string name, string databaseName, Aspire.Hosting.ApplicationModel.MySqlServerResource parent);
new Aspire.Hosting.ApplicationModel.MySqlDatabaseResource : string * string * Aspire.Hosting.ApplicationModel.MySqlServerResource -> Aspire.Hosting.ApplicationModel.MySqlDatabaseResource
Public Sub New (name As String, databaseName As String, parent As MySqlServerResource)
Parameters
- name
- String
The name of the resource.
- databaseName
- String
The database name.
- parent
- MySqlServerResource
The MySQL parent resource associated with this database.