次の方法で共有


OperationsRestClient class

VSS REST API への要求を行うために (から派生) 使用する必要がある基底クラス

Extends

コンストラクター

OperationsRestClient(IVssRestClientOptions)

メソッド

getOperation(string, string)

指定された pluginId を使用して operationId から操作を取得します。

コンストラクターの詳細

OperationsRestClient(IVssRestClientOptions)

new OperationsRestClient(options: IVssRestClientOptions)

パラメーター

メソッドの詳細

getOperation(string, string)

指定された pluginId を使用して operationId から操作を取得します。

function getOperation(operationId: string, pluginId?: string): Promise<Operation>

パラメーター

operationId

string

操作の ID。

pluginId

string

プラグインの ID。

戻り値

Promise<Operation>