addProjectWithOptions
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addProjectWithOptions( name: string, projectPath: string, configure: callback): ProjectResource;}Signature
method
addProjectWithOptions builder Adds a project resource with configuration options
addProjectWithOptions(name: string, projectPath: string, configure: (obj: ProjectResourceOptions) => Promise<void>): ProjectResourceParameters
name string projectPath string configure (obj: ProjectResourceOptions) => Promise<void> Returns
ProjectResource Applies to
This method applies to the following types: