3 references to PrimaryEndpointName
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (2)
108
.WithEndpoint(port: port, targetPort: 5432, name: PostgresServerResource.
PrimaryEndpointName
) // Internal port is always 5432.
570
return builder.WithEndpoint(PostgresServerResource.
PrimaryEndpointName
, endpoint =>
PostgresServerResource.cs (1)
25
PrimaryEndpoint = new(this,
PrimaryEndpointName
);