Skip to content
Docs Try Aspire

IAzureResource.runAsExisting

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

Signature

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

Defined on

This method is defined on the following type: