PowerShellRunspacePoolResource
Handle
interface PowerShellRunspacePoolResource extends IResource, IResourceWithWaitSupport, IDisposable { addScript( name: string, script: string): PowerShellScriptResource;}Methods
Adds a PowerShell script resource to the distributed application.
addScript( name: string, script: string): PowerShellScriptResourceParameters
name string script string Returns
PowerShellScriptResource