1 write to PrimaryEndpoint
Aspire.Hosting.Oracle (1)
OracleDatabaseServerResource.cs (1)
23
PrimaryEndpoint
= new(this, PrimaryEndpointName);
3 references to PrimaryEndpoint
Aspire.Hosting.Oracle (3)
OracleDatabaseServerResource.cs (3)
35
public EndpointReferenceExpression Host =>
PrimaryEndpoint
.Property(EndpointProperty.Host);
40
public EndpointReferenceExpression Port =>
PrimaryEndpoint
.Property(EndpointProperty.Port);
52
$"user id={DefaultUserName};password={PasswordParameter};data source={
PrimaryEndpoint
.Property(EndpointProperty.HostAndPort)}");