Share via


AzureAppServiceWebsiteCustomizationAnnotation Class

Definition

Represents an annotation for customizing an Azure Web App.

public sealed class AzureAppServiceWebsiteCustomizationAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type AzureAppServiceWebsiteCustomizationAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class AzureAppServiceWebsiteCustomizationAnnotation
Implements IResourceAnnotation
Inheritance
AzureAppServiceWebsiteCustomizationAnnotation
Implements

Constructors

AzureAppServiceWebsiteCustomizationAnnotation(Action<AzureResourceInfrastructure,WebSite>)

Represents an annotation for customizing an Azure Web App.

Properties

Configure

Gets the configuration action for customizing the Azure Web App.

Applies to