IResourceWithArgs.withArgs
Method
interface IResourceWithArgs { // ... omitted for brevity withArgs(args: string[]): IResourceWithArgs;}Signature
method
withArgsbuilderAdds arguments to be passed to a resource that supports arguments when it is launched.
withArgs(args: string[]): IResourceWithArgsParameters
argsstring[]Returns
IResourceWithArgsDefined on
This method is defined on the following type: