MockableChaosSubscriptionResource.Get 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 the current status of an async operation.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Chaos/locations/{location}/operationStatuses/{operationId}.
- Operation Id. : OperationStatuses_Get.
- Default Api Version. : 2026-05-01-preview.
public virtual Azure.Response<Azure.ResourceManager.Models.OperationStatusResult> Get(string location, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Models.OperationStatusResult>
override this.Get : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Models.OperationStatusResult>
Public Overridable Function Get (location As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of OperationStatusResult)
Parameters
- location
- String
The location name.
- operationId
- String
The ID of an ongoing async operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
location or operationId is null.
location or operationId is an empty string, and was expected to be non-empty.