AzureAppServiceEnvironmentResource Constructors
Class Constructors 1 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) { // ... }}Parameters
name string The name of the Azure App Service Environment. configureInfrastructure Action<AzureResourceInfrastructure> The callback to configure the Azure infrastructure for this resource.