IAzureResource.runAsExisting
Method
interface IAzureResource { // ... 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 Defined on
This method is defined on the following type: