MySqlDatabaseResource
Class net10.0
A resource that represents a MySQL database. This is a child resource of a
MySqlServerResource. namespace Aspire.Hosting.ApplicationModel;
public class MySqlDatabaseResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.ApplicationModel.MySqlServerResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<MySqlServerResource>IValueProviderIValueWithReferences
6 members
Constructors1
Section titled ConstructorsMySqlDatabaseResource(string, string, MySqlServerResource) A resource that represents a MySQL database. This is a child resource of a
MySqlServerResource. Properties5
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the MySQL database.
DatabaseNamegetstring Gets the database name.
JdbcConnectionStringgetReferenceExpression Gets the JDBC connection string for the MySQL database.
Parentget Gets the parent MySQL container resource.
UriExpressiongetReferenceExpression Gets the connection URI expression for the MySQL database.