MockableApiManagementSubscriptionResource.GetOperationsResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns operation results for long running operations executing DELETE or PATCH on the resource.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{___location}/operationResults/{operationId}
- Operation Id: OperationsResults_Get
- Default Api Version: 2024-05-01
public virtual Azure.Response GetOperationsResult(Azure.Core.AzureLocation ___location, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationsResult : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response
override this.GetOperationsResult : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function GetOperationsResult (___location As AzureLocation, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- ___location
- AzureLocation
The name of the Azure region.
- operationId
- String
The ID of an ongoing async operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
operationId
is an empty string, and was expected to be non-empty.
operationId
is null.