AzureAppServiceWebsiteCustomizationAnnotation Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an annotation for customizing an Azure Web App.
public AzureAppServiceWebsiteCustomizationAnnotation(Action<Aspire.Hosting.Azure.AzureResourceInfrastructure,Azure.Provisioning.AppService.WebSite> configure);
new Aspire.Hosting.Azure.AzureAppServiceWebsiteCustomizationAnnotation : Action<Aspire.Hosting.Azure.AzureResourceInfrastructure, Azure.Provisioning.AppService.WebSite> -> Aspire.Hosting.Azure.AzureAppServiceWebsiteCustomizationAnnotation
Public Sub New (configure As Action(Of AzureResourceInfrastructure, WebSite))
Parameters
- configure
- Action<AzureResourceInfrastructure,WebSite>