Skip to content
Docs Try Aspire
Docs Try

ExecutableResource.withExecutableCommand

Method
📦 Aspire.Hosting v13.4.0
interface ExecutableResource {
// ... omitted for brevity
withExecutableCommand(command: string): ExecutableResource;
}

Signature

method withExecutableCommand builder
Sets the command for the executable resource.
withExecutableCommand(command: string): ExecutableResource
command string
ExecutableResource

Defined on

This method is defined on the following type: