Skip to content
DocsTry Aspire
DocsTry

PowerShellScriptResource

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

Methods

methodwithArgsbuilder
withArgs(args: string[]): PowerShellScriptResource
argsstring[]
PowerShellScriptResource