MockableAuthorizationArmClient.GetAlertOperationAsync Method

Definition

Get the specified alert operation.

  • Request Path. : /{scope}/providers/Microsoft.Authorization/roleManagementAlertOperations/{operationId}.
  • Operation Id. : AlertOperationOperationGroup_Get.
  • Default Api Version. : 2022-08-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.Models.RoleManagementAlertOperationResult>> GetAlertOperationAsync(Azure.Core.ResourceIdentifier scope, string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAlertOperationAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.Models.RoleManagementAlertOperationResult>>
override this.GetAlertOperationAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.Models.RoleManagementAlertOperationResult>>
Public Overridable Function GetAlertOperationAsync (scope As ResourceIdentifier, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleManagementAlertOperationResult))

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

operationId
String

The id of the alert operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scope or operationId is null.

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

Applies to