AzureAppServiceWebsiteSlotCustomizationAnnotation Constructors
Class Constructors 1 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) { // ... }}Parameters
configure Action<AzureResourceInfrastructure, WebSiteSlot> The configuration action for customizing the Azure Web App slot.