IDistributedApplicationBuilder.addProjectWithOptions
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addProjectWithOptions(name: string, projectPath: string, configure: (obj: ProjectResourceOptions) => void): ProjectResource;}Signature
method
addProjectWithOptions builder Adds a project resource with configuration options
addProjectWithOptions(name: string, projectPath: string, configure: (obj: ProjectResourceOptions) => void): ProjectResourceParameters
name string projectPath string configure (obj: ProjectResourceOptions) => void Returns
ProjectResource Defined on
This method is defined on the following type: