RoleManagementAlertResource.Refresh(WaitUntil, CancellationToken) Method

Definition

Refresh an alert.

  • Request Path. : /{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}/refresh.
  • Operation Id. : Alerts_Refresh.
  • Default Api Version. : 2022-08-01-preview.
  • Resource. : RoleManagementAlertResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.Models.RoleManagementAlertOperationResult> Refresh(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);
abstract member Refresh : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.Models.RoleManagementAlertOperationResult>
override this.Refresh : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Authorization.Models.RoleManagementAlertOperationResult>
Public Overridable Function Refresh (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RoleManagementAlertOperationResult)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to