Skip to content
DocsTry Aspire
DocsTry

AzureAppServiceWebsiteCustomizationAnnotation Constructors

ClassConstructors1 member
Represents an annotation for customizing an Azure Web App.
Constructor(Action<AzureResourceInfrastructure, WebSite>)Section titled Constructor(Action<AzureResourceInfrastructure, WebSite>)
Represents an annotation for customizing an Azure Web App.
public sealed class AzureAppServiceWebsiteCustomizationAnnotation
{
public AzureAppServiceWebsiteCustomizationAnnotation(
Action<AzureResourceInfrastructure, WebSite> configure)
{
// ...
}
}
configureAction<AzureResourceInfrastructure, WebSite>