Sdílet prostřednictvím


IAlertsOperations Interface

Definition

AlertsOperations operations.

public interface IAlertsOperations
type IAlertsOperations = interface
Public Interface IAlertsOperations

Methods

ChangeStateWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Change the state of an alert.

GetAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.

GetAllWithHttpMessagesAsync(String, String, String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int64>, String, String, String, String, String, Dictionary<String, List<String>>, CancellationToken)

List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.

GetByIdWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get a specific alert.

GetHistoryWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get the history of an alert, which captures any monitor condition changes (Fired/Resolved) and alert state changes (New/Acknowledged/Closed).

GetSummaryWithHttpMessagesAsync(String, Nullable<Boolean>, String, String, String, String, String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity).

MetaDataWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List alerts meta data information based on value of identifier parameter.

Extension Methods

ChangeState(IAlertsOperations, String, String)

Change the state of an alert.

ChangeStateAsync(IAlertsOperations, String, String, CancellationToken)

Change the state of an alert.

GetAll(IAlertsOperations, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int64>, String, String, String, String, String)

List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.

GetAllAsync(IAlertsOperations, String, String, String, String, String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int64>, String, String, String, String, String, CancellationToken)

List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.

GetAllNext(IAlertsOperations, String)

List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.

GetAllNextAsync(IAlertsOperations, String, CancellationToken)

List all existing alerts, where the results can be filtered on the basis of multiple parameters (e.g. time range). The results can then be sorted on the basis specific fields, with the default being lastModifiedDateTime.

GetById(IAlertsOperations, String)

Get a specific alert.

GetByIdAsync(IAlertsOperations, String, CancellationToken)

Get a specific alert.

GetHistory(IAlertsOperations, String)

Get the history of an alert, which captures any monitor condition changes (Fired/Resolved) and alert state changes (New/Acknowledged/Closed).

GetHistoryAsync(IAlertsOperations, String, CancellationToken)

Get the history of an alert, which captures any monitor condition changes (Fired/Resolved) and alert state changes (New/Acknowledged/Closed).

GetSummary(IAlertsOperations, String, Nullable<Boolean>, String, String, String, String, String, String, String, String, String, String)

Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity).

GetSummaryAsync(IAlertsOperations, String, Nullable<Boolean>, String, String, String, String, String, String, String, String, String, String, CancellationToken)

Get a summarized count of your alerts grouped by various parameters (e.g. grouping by 'Severity' returns the count of alerts for each severity).

MetaData(IAlertsOperations)

List alerts meta data information based on value of identifier parameter.

MetaDataAsync(IAlertsOperations, CancellationToken)

List alerts meta data information based on value of identifier parameter.

Applies to