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