ApiManagementExtensions.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 static Azure.Response GetOperationsResult(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetOperationsResult : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response
<Extension()>
Public Function GetOperationsResult (subscriptionResource As SubscriptionResource, location As AzureLocation, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- 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.
subscriptionResource
or operationId
is null.