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 Applies to
This method applies to the following types: