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