Start-SCOrchestratorRunbook
在 Service Provider Foundation 中启动 Runbook。
语法
Start-SCOrchestratorRunbook
-Uri <String>
-RunbookPath <String>
[-RunbookParameters <Hashtable>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Start-SCOrchestratorRunbook cmdlet 调用由 Set-SCSPFExtensibleEventHandler cmdlet 中的 RunbookPath 参数指定的 Runbook。 管理员不需要执行此操作;Service Provider Foundation 会自动执行它。
此 cmdlet 仅供内部使用。
示例
1:
PS C:\># The Start-SCOrchestratorRunbook cmdlet is for internal use only.
参数
-Confirm
提示你在运行 cmdlet 之前进行确认。
Type: | System.Management.Automation.SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunbookParameters
指定 Service Provider Foundation 中 Runbook 的参数。
Type: | System.Collections.Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunbookPath
指定 Service Provider Foundation 中 Runbook 的路径。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Uri
指定 Service Provider Foundation 中 Runbook 的统一资源标识符 (URI) 。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
显示在此 cmdlet 运行的情况下将会发生什么。 此 cmdlet 未运行。
Type: | System.Management.Automation.SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
输入
None
输出
System.Object