OperationsRestClient class
Base class that should be used (derived from) to make requests to VSS REST apis
- Extends
Constructors
Operations |
Methods
get |
Gets an operation from the operationId using the given pluginId. |
Constructor Details
OperationsRestClient(IVssRestClientOptions)
Method Details
getOperation(string, string)
Gets an operation from the operationId using the given pluginId.
function getOperation(operationId: string, pluginId?: string): Promise<Operation>
Parameters
- operationId
-
string
The ID for the operation.
- pluginId
-
string
The ID for the plugin.
Returns
Promise<Operation>