publishAsAzureAppServiceWebsite
Method
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) => Promise<void>, configureSlot?: (arg1: AzureResourceInfrastructure, arg2: WebSiteSlot) => Promise<void>): IComputeResourceParameters
configure (arg1: AzureResourceInfrastructure, arg2: WebSite) => Promise<void> optional configureSlot (arg1: AzureResourceInfrastructure, arg2: WebSiteSlot) => Promise<void> optional Returns
IComputeResource Applies to
This method applies to the following types: