Skip to content
Docs Try Aspire
Docs Try

PowerShellScriptResource

Handle
📦 CommunityToolkit.Aspire.Hosting.PowerShell v13.4.0
interface PowerShellScriptResource
extends IResource,
IResourceWithArgs,
IResourceWithEnvironment,
IResourceWithWaitSupport,
IDisposable {
withArgs(args: string[]): PowerShellScriptResource;
}

Methods

method withArgs builder
withArgs(args: string[]): PowerShellScriptResource
args string[]
PowerShellScriptResource