OperationsRestClient class
应使用 (派生自) 的基类向 VSS REST API 发出请求
- Extends
构造函数
Operations |
方法
get |
使用给定的 pluginId 从 operationId 获取操作。 |
构造函数详细信息
OperationsRestClient(IVssRestClientOptions)
方法详细信息
getOperation(string, string)
使用给定的 pluginId 从 operationId 获取操作。
function getOperation(operationId: string, pluginId?: string): Promise<Operation>
参数
- operationId
-
string
操作的 ID。
- pluginId
-
string
插件的 ID。
返回
Promise<Operation>