你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationResults interface
Interface representing a OperationResults.
Methods
get(string, string, Operation |
Get the operation result for a long running operation. |
Method Details
get(string, string, OperationResultsGetOptionalParams)
Get the operation result for a long running operation.
function get(locationName: string, operationResultId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsDescription>
Parameters
- locationName
-
string
The location of the operation.
- operationResultId
-
string
The ID of the operation result to get.
The options parameters.
Returns
Promise<OperationResultsDescription>