Skip to content
Docs Try Aspire

IAzureResource.publishAsExisting

Method
📦 Aspire.Hosting.Azure.AppService v13.2.0-preview.1.26159.1
interface IAzureResource {
// ... omitted for brevity
publishAsExisting(
name: string,
resourceGroup: string): IAzureResource;
}

Signature

method publishAsExisting builder
Marks an Azure resource as existing in publish mode
publishAsExisting(
name: string,
resourceGroup: string): IAzureResource
name string
resourceGroup string
IAzureResource

Defined on

This method is defined on the following type: