6 instantiations of ContainerPortConstruct
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
1096var port = new ContainerPortConstruct
Aspire.Hosting.Radius.Tests (5)
Publishing\ConfigureRadiusInfrastructureTests.cs (5)
393opts.Containers[0].Ports["http"] = new ContainerPortConstruct 449opts.Containers[0].Ports["http"] = new ContainerPortConstruct 480opts.Containers[0].Ports["http"] = new ContainerPortConstruct 562opts.Containers[0].Ports["http"] = new ContainerPortConstruct 616opts.Containers[0].Ports["http2"] = new ContainerPortConstruct
7 references to ContainerPortConstruct
Aspire.Hosting.Radius (7)
Publishing\Constructs\RadiusContainerConstruct.cs (3)
31private BicepDictionary<ContainerPortConstruct>? _ports; 95public BicepDictionary<ContainerPortConstruct> Ports 145_ports = DefineDictionaryProperty<ContainerPortConstruct>(nameof(Ports), ["properties", "containers", _containerName, "ports"]);
Publishing\RadiusInfrastructureBuilder.cs (4)
1027IReadOnlyDictionary<string, ContainerPortConstruct> ports) 1063private static Dictionary<string, ContainerPortConstruct> ResolvePorts(IResource resource) 1065var ports = new Dictionary<string, ContainerPortConstruct>(StringComparer.Ordinal); 1096var port = new ContainerPortConstruct