3 references to Port
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
290
new("Port",
Port
), // For parity with PostgresServerResource, fixed on Azure
Aspire.Hosting.Azure.Tests (2)
AzurePostgresExtensionsTests.cs (2)
196
Assert.NotNull(postgres.Resource.
Port
);
197
Assert.Equal("12455", await postgres.Resource.
Port
.GetValueAsync(CancellationToken.None));