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

AlertsSuppressionRulesOperationsExtensions Class

Definition

Extension methods for AlertsSuppressionRulesOperations

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

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