MockableDevCenterSubscriptionResource.GetDevCenterOperationStatusAsync Method

Definition

Gets the current status of an async operation.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.DevCenter/locations/{location}/operationStatuses/{operationId}.
  • Operation Id. : OperationStatusesOperationGroup_Get.
  • Default Api Version. : 2026-01-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevCenter.Models.DevCenterOperationStatus>> GetDevCenterOperationStatusAsync(Azure.Core.AzureLocation location, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevCenterOperationStatusAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevCenter.Models.DevCenterOperationStatus>>
override this.GetDevCenterOperationStatusAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevCenter.Models.DevCenterOperationStatus>>
Public Overridable Function GetDevCenterOperationStatusAsync (location As AzureLocation, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevCenterOperationStatus))

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 null.

operationId is an empty string, and was expected to be non-empty.

Applies to