AzureAppServiceWebsiteCustomizationAnnotation Constructors
Class Constructors 1 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) { // ... }}Parameters
configure Action<AzureResourceInfrastructure, WebSite>