Skip to content
Docs Try Aspire

runAsExisting

Function
📦 Aspire.Hosting.Azure.KeyVault v13.2.0-preview.1.26159.1
interface AzureKeyVaultResource {
// ... 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

Applies to

This function is an extension method on the following types: