Skip to content
DocsTry Aspire
DocsTry

AzureAppServiceWebsiteSlotCustomizationAnnotation Constructors

ClassConstructors1 member
Represents an annotation for customizing an Azure Web App slot.
Constructor(Action<AzureResourceInfrastructure, WebSiteSlot>)Section titled Constructor(Action<AzureResourceInfrastructure, WebSiteSlot>)
Represents an annotation for customizing an Azure Web App slot.
public sealed class AzureAppServiceWebsiteSlotCustomizationAnnotation
{
public AzureAppServiceWebsiteSlotCustomizationAnnotation(
Action<AzureResourceInfrastructure, WebSiteSlot> configure)
{
// ...
}
}
configureAction<AzureResourceInfrastructure, WebSiteSlot>The configuration action for customizing the Azure Web App slot.