Skip to content
Docs Try Aspire
Docs Try

IResourceWithArgs.withArgs

Method
📦 Aspire.Hosting v13.4.0
interface IResourceWithArgs {
// ... omitted for brevity
withArgs(args: string[]): IResourceWithArgs;
}

Signature

method withArgs builder
Adds arguments to be passed to a resource that supports arguments when it is launched.
withArgs(args: string[]): IResourceWithArgs
args string[]
IResourceWithArgs

Defined on

This method is defined on the following type: