MockableChaosSubscriptionResource.GetChaosOperationStatusAsync Method

Definition

Returns the current status of an async operation.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{location}/operationStatuses/{operationId}
  • Operation Id: OperationStatuses_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Models.OperationStatusResult>> GetChaosOperationStatusAsync(Azure.Core.AzureLocation location, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetChaosOperationStatusAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Models.OperationStatusResult>>
override this.GetChaosOperationStatusAsync : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Models.OperationStatusResult>>
Public Overridable Function GetChaosOperationStatusAsync (location As AzureLocation, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of OperationStatusResult))

Parameters

location
AzureLocation

The location of the async operation.

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