OperationResults interface
Interface representing a OperationResults.
Methods
get(string, string, Operation |
Get long running operation result. |
Method Details
get(string, string, OperationResultsGetOptionalParams)
Get long running operation result.
function get(location: string, operationId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetHeaders>
Parameters
- location
-
string
The location for the cluster code versions. This is different from cluster location.
- operationId
-
string
operation identifier.
The options parameters.
Returns
Promise<OperationResultsGetHeaders>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript