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