Udostępnij za pośrednictwem


OperationsRestClient class

Klasa podstawowa, która powinna być używana (pochodna) do tworzenia żądań do interfejsów API REST usługi VSS

Extends

Konstruktory

OperationsRestClient(IVssRestClientOptions)

Metody

getOperation(string, string)

Pobiera operację z identyfikatora operationId przy użyciu podanego wtyczkiId.

Szczegóły konstruktora

OperationsRestClient(IVssRestClientOptions)

new OperationsRestClient(options: IVssRestClientOptions)

Parametry

Szczegóły metody

getOperation(string, string)

Pobiera operację z identyfikatora operationId przy użyciu podanego wtyczkiId.

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

Parametry

operationId

string

Identyfikator operacji.

pluginId

string

Identyfikator wtyczki.

Zwraca

Promise<Operation>