runAsExisting
Method
interface AzureBicepResource { // ... omitted for brevity runAsExisting( name: ParameterResource, resourceGroup?: ParameterResource): IAzureResource;}Signature
method
runAsExisting builder Marks the resource as an existing resource when the application is running.
runAsExisting( name: ParameterResource, resourceGroup?: ParameterResource): IAzureResourceParameters
name ParameterResource resourceGroup ParameterResource optional Returns
IAzureResource Applies to
This method applies to the following types: