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