4 references to UserNameReference
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
95
InnerResource.
UserNameReference
:
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (1)
115
context.EnvironmentVariables[UserEnvVarName] = postgresServer.
UserNameReference
;
PostgresServerResource.cs (2)
57
$"Host={PrimaryEndpoint.Property(EndpointProperty.Host)};Port={PrimaryEndpoint.Property(EndpointProperty.Port)};Username={
UserNameReference
};Password={PasswordParameter}");
174
new ("Username", ReferenceExpression.Create($"{
UserNameReference
}")),