1 instantiation of LegacyApplicationConstruct
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
937var construct = new LegacyApplicationConstruct(identifier);
10 references to LegacyApplicationConstruct
Aspire.Hosting.Radius (10)
Publishing\BicepPostProcessor.cs (2)
73foreach (var resource in options.LegacyApplications) 338foreach (var application in options.LegacyApplications)
Publishing\Constructs\LegacyApplicationConstruct.cs (1)
38/// <summary>Initializes a new <see cref="LegacyApplicationConstruct"/> with the given Bicep identifier.</summary>
Publishing\RadiusInfrastructureBuilder.cs (6)
216LegacyApplicationConstruct? legacyAppConstruct = null; 433LegacyApplicationConstruct? legacyAppConstruct, 568LegacyApplicationConstruct? legacyAppConstruct, 933private static LegacyApplicationConstruct CreateLegacyApplicationConstruct( 937var construct = new LegacyApplicationConstruct(identifier); 1940LegacyApplicationConstruct? legacyAppConstruct)
Publishing\RadiusInfrastructureOptions.cs (1)
65public List<LegacyApplicationConstruct> LegacyApplications { get; } = [];