addRustApp
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addRustApp( name: string, workingDirectory: string, args?: string[]): RustAppExecutableResource;}Signature
method
addRustApp builder Adds a Rust application to the application model, using the cargo cli.
addRustApp( name: string, workingDirectory: string, args?: string[]): RustAppExecutableResourceParameters
name string workingDirectory string args string[] optional Returns
RustAppExecutableResource Applies to
This method applies to the following types: