OperationResults interface
Interfaccia che rappresenta un oggetto OperationResults.
Metodi
| get(string, Operation |
Restituisce un risultato dell'operazione di Azure. |
Dettagli metodo
get(string, OperationResultsGetOptionalParams)
Restituisce un risultato dell'operazione di Azure.
function get(operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResult>
Parametri
- operationResultId
-
string
ID/nome del risultato dell'operazione.
Parametri delle opzioni.
Restituisce
Promise<OperationResult>