CommunityToolkit.Aspire.Hosting.PowerShell
📦 CommunityToolkit.Aspire.Hosting.PowerShell v13.4.0 3 Functions
2 Types
2 types and 0 members
Types
Functions
method
addPowerShell builder addPowerShell(name: string, languageMode?: string, minRunspaces?: number, maxRunspaces?: number): PowerShellRunspacePoolResource method
addScript builder Adds a PowerShell script resource to the distributed application.
addScript(name: string, script: string): PowerShellScriptResource method
withArgs builder withArgs(args: string[]): PowerShellScriptResource