addExecutable
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addExecutable( name: string, command: string, workingDirectory: string, args: string[]): ExecutableResource;}Signature
method
addExecutablebuilderAdds an executable resource to the application model.
addExecutable( name: string, command: string, workingDirectory: string, args: string[]): ExecutableResourceParameters
namestringcommandstringworkingDirectorystringargsstring[]Returns
ExecutableResourceApplies to
This method applies to the following types: