OracleDatabaseResource
Class net10.0
A resource that represents an Oracle Database database. This is a child resource of a
OracleDatabaseServerResource. namespace Aspire.Hosting.ApplicationModel;
public class OracleDatabaseResource : 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.OracleDatabaseServerResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<OracleDatabaseServerResource>IValueProviderIValueWithReferences
6 members
Constructors1
Section titled ConstructorsOracleDatabaseResource(string, string, OracleDatabaseServerResource) A resource that represents an Oracle Database database. This is a child resource of a
OracleDatabaseServerResource. Properties5
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Oracle Database.
DatabaseNamegetstring Gets the database name.
JdbcConnectionStringgetReferenceExpression Gets the JDBC connection string for the Oracle Database.
Parentget Gets the parent Oracle container resource.
UriExpressiongetReferenceExpression Gets the connection URI expression for the Oracle database.