OracleDatabaseServerResource
Class net10.0
A resource that represents an Oracle Database container.
namespace Aspire.Hosting.ApplicationModel;
public class OracleDatabaseServerResource : Aspire.Hosting.ApplicationModel.ContainerResource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ContainerResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIValueProviderIValueWithReferences
10 members
Constructors1
Section titled ConstructorsOracleDatabaseServerResource(string, ParameterResource) Initializes a new instance of the
OracleDatabaseServerResource class. Properties9
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Oracle Database server.
DatabasesgetIReadOnlyDictionary<string, string> A dictionary where the key is the resource name and the value is the database name.
HostgetEndpointReferenceExpression Gets the host endpoint reference for this resource.
JdbcConnectionStringgetReferenceExpression Gets the JDBC connection string for the Oracle Database server.
PasswordParametergetParameterResource Gets the parameter that contains the Oracle Database server password.
PortgetEndpointReferenceExpression Gets the port endpoint reference for this resource.
PrimaryEndpointgetEndpointReference Gets the primary endpoint for the Oracle server.
UriExpressiongetReferenceExpression Gets the connection URI expression for the Oracle server.
UserNameReferencegetReferenceExpression Gets a reference to the user name for the Oracle server.