Skip to content
DocsTry Aspire
DocsTry

AzureAppServiceEnvironmentResource Constructors

ClassConstructors1 member
Represents an Azure App Service Environment resource.
Constructor(string, Action<AzureResourceInfrastructure>)Section titled Constructor(string, Action<AzureResourceInfrastructure>)
Initializes a new instance of the AzureAppServiceEnvironmentResource class.
public class AzureAppServiceEnvironmentResource
{
public AzureAppServiceEnvironmentResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
namestringThe name of the Azure App Service Environment.
configureInfrastructureAction<AzureResourceInfrastructure>The callback to configure the Azure infrastructure for this resource.