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>