RoleManagementAlertIncidentResource.Remediate(CancellationToken) 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.
Remediate an alert incident.
- Request Path. : /{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}/alertIncidents/{alertIncidentId}/remediate.
- Operation Id. : AlertIncidents_Remediate.
- Default Api Version. : 2022-08-01-preview.
- Resource. : RoleManagementAlertIncidentResource.
public virtual Azure.Response Remediate(System.Threading.CancellationToken cancellationToken = default);
abstract member Remediate : System.Threading.CancellationToken -> Azure.Response
override this.Remediate : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function Remediate (Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.