publishAsAzureAppServiceWebsite
Function
interface ContainerResource { // ... omitted for brevity publishAsAzureAppServiceWebsite( configure?: callback, configureSlot?: callback): IComputeResource;}Signature
method
publishAsAzureAppServiceWebsite builder Publishes the compute resource as an Azure App Service website or deployment slot
publishAsAzureAppServiceWebsite( configure?: (arg1: AzureResourceInfrastructure, arg2: WebSite) => void, configureSlot?: (arg1: AzureResourceInfrastructure, arg2: WebSiteSlot) => void): IComputeResourceParameters
configure (arg1: AzureResourceInfrastructure, arg2: WebSite) => void optional configureSlot (arg1: AzureResourceInfrastructure, arg2: WebSiteSlot) => void optional Returns
IComputeResource Applies to
This function is an extension method on the following types: