3 references to Host
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
289
new("Host",
Host
),
Aspire.Hosting.Azure.Tests (2)
AzurePostgresExtensionsTests.cs (2)
193
Assert.NotNull(postgres.Resource.
Host
);
194
Assert.Equal("localhost", await postgres.Resource.
Host
.GetValueAsync(CancellationToken.None));