OracleDatabaseServerResource(String, ParameterResource) 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.
Initializes a new instance of the OracleDatabaseServerResource class.
public OracleDatabaseServerResource (string name, Aspire.Hosting.ApplicationModel.ParameterResource password);
new Aspire.Hosting.ApplicationModel.OracleDatabaseServerResource : string * Aspire.Hosting.ApplicationModel.ParameterResource -> Aspire.Hosting.ApplicationModel.OracleDatabaseServerResource
Public Sub New (name As String, password As ParameterResource)
Parameters
- name
- String
The name of the resource.
- password
- ParameterResource
A parameter that contains the Oracle Database server password.