共用方式為


AlertsOperationsExtensions Class

Definition

Extension methods for AlertsOperations.

public static class AlertsOperationsExtensions
type AlertsOperationsExtensions = class
Public Module AlertsOperationsExtensions
Inheritance
AlertsOperationsExtensions

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