Share via


MockableApiManagementSubscriptionResource.GetOperationsResult Method

Definition

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.

Applies to