Share via


AzureContainerAppEnvironmentResource Constructor

Definition

Represents an Azure Container App Environment resource.

public AzureContainerAppEnvironmentResource(string name, Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> configureInfrastructure);
new Aspire.Hosting.Azure.AppContainers.AzureContainerAppEnvironmentResource : string * Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> -> Aspire.Hosting.Azure.AppContainers.AzureContainerAppEnvironmentResource
Public Sub New (name As String, configureInfrastructure As Action(Of AzureResourceInfrastructure))

Parameters

name
String

The name of the Container App Environment.

configureInfrastructure
Action<AzureResourceInfrastructure>

The callback to configure the Azure infrastructure for this resource.

Applies to