Share via


AzureAppServiceEnvironmentResource Constructor

Definition

Represents an Azure App Service Environment resource.

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

Parameters

name
String

The name of the Azure App Service Environment.

configureInfrastructure
Action<AzureResourceInfrastructure>

The callback to configure the Azure infrastructure for this resource.

Applies to