Share via


MySqlDatabaseResource(String, String, MySqlServerResource) Constructor

Definition

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.

Applies to