你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IAlertsSuppressionRulesOperations Interface

Definition

AlertsSuppressionRulesOperations operations.

public interface IAlertsSuppressionRulesOperations
type IAlertsSuppressionRulesOperations = interface
Public Interface IAlertsSuppressionRulesOperations

Methods

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

Delete dismiss alert rule for this subscription.

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

Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription

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

List of all the dismiss rules for the given subscription

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

List of all the dismiss rules for the given subscription

UpdateWithHttpMessagesAsync(String, AlertsSuppressionRule, Dictionary<String,List<String>>, CancellationToken)

Update existing rule or create new rule if it doesn't exist

Extension Methods

Delete(IAlertsSuppressionRulesOperations, String)

Delete dismiss alert rule for this subscription.

DeleteAsync(IAlertsSuppressionRulesOperations, String, CancellationToken)

Delete dismiss alert rule for this subscription.

Get(IAlertsSuppressionRulesOperations, String)

Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription

GetAsync(IAlertsSuppressionRulesOperations, String, CancellationToken)

Get dismiss rule, with name: {alertsSuppressionRuleName}, for the given subscription

List(IAlertsSuppressionRulesOperations, String)

List of all the dismiss rules for the given subscription

ListAsync(IAlertsSuppressionRulesOperations, String, CancellationToken)

List of all the dismiss rules for the given subscription

ListNext(IAlertsSuppressionRulesOperations, String)

List of all the dismiss rules for the given subscription

ListNextAsync(IAlertsSuppressionRulesOperations, String, CancellationToken)

List of all the dismiss rules for the given subscription

Update(IAlertsSuppressionRulesOperations, String, AlertsSuppressionRule)

Update existing rule or create new rule if it doesn't exist

UpdateAsync(IAlertsSuppressionRulesOperations, String, AlertsSuppressionRule, CancellationToken)

Update existing rule or create new rule if it doesn't exist

Applies to