11 references to PublishAsAzureContainerApp
Aspire.Hosting.Azure.AppContainers (2)
ContainerAppExtensions.cs (2)
29
/// in conjunction with the <see cref="AzureContainerAppContainerExtensions.
PublishAsAzureContainerApp
{T}(IResourceBuilder{T}, Action{AzureResourceInfrastructure, ContainerApp})"/>
44
/// method via the <see cref="AzureContainerAppContainerExtensions.
PublishAsAzureContainerApp
{T}(IResourceBuilder{T}, Action{AzureResourceInfrastructure, ContainerApp})"/>
Aspire.Hosting.Azure.Tests (7)
AzureContainerAppsTests.cs (5)
587
.
PublishAsAzureContainerApp
((module, c) =>
1082
.
PublishAsAzureContainerApp
((module, c) =>
1182
.
PublishAsAzureContainerApp
((module, c) =>
1299
.
PublishAsAzureContainerApp
((module, c) =>
1422
.
PublishAsAzureContainerApp
((module, c) =>
PublicApiTests\AppContainersPublicApiTests.cs (2)
20
var action = () => container.
PublishAsAzureContainerApp
(configure);
33
var action = () => container.
PublishAsAzureContainerApp
(configure);
Aspire.Hosting.Tests (2)
Schema\SchemaTests.cs (2)
162
.
PublishAsAzureContainerApp
((_, _) => { });
172
.
PublishAsAzureContainerApp
((infrastructure, app) =>