addProjectWithOptions
Function
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) => void): ProjectResourceParameters
name string projectPath string configure (obj: ProjectResourceOptions) => void Returns
ProjectResource Applies to
This function is an extension method on the following types: