ServiceAlertResource.GetHistoryAsync(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.
Get the history of an alert, which captures any monitor condition changes (Fired/Resolved) and alert state changes (New/Acknowledged/Closed).
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts/{alertId}/history
- Operation Id: Alerts_GetHistory
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertModification>> GetHistoryAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetHistoryAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertModification>>
override this.GetHistoryAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AlertsManagement.Models.ServiceAlertModification>>
Public Overridable Function GetHistoryAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServiceAlertModification))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.