AzureContainerAppEnvironmentResource Constructors
Class Constructors 1 member
Represents an Azure Container App Environment resource.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>) Initializes a new instance of the
AzureContainerAppEnvironmentResource class. public class AzureContainerAppEnvironmentResource{ public AzureContainerAppEnvironmentResource( string name, Action<AzureResourceInfrastructure> configureInfrastructure) { // ... }}Parameters
name string The name of the Container App Environment. configureInfrastructure Action<AzureResourceInfrastructure> The callback to configure the Azure infrastructure for this resource.