IDistributedApplicationBuilder.addExecutable
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addExecutable( name: string, command: string, workingDirectory: string, args: string[]): ExecutableResource;}Signature
method
addExecutable builder Adds an executable resource
addExecutable( name: string, command: string, workingDirectory: string, args: string[]): ExecutableResourceParameters
name string command string workingDirectory string args string[] Returns
ExecutableResource Defined on
This method is defined on the following type: