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

AlertsSuppressionRulesOperationsExtensions.List Method

Definition

List of all the dismiss rules for the given subscription

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.AlertsSuppressionRule> List (this Microsoft.Azure.Management.Security.IAlertsSuppressionRulesOperations operations, string alertType = default);
static member List : Microsoft.Azure.Management.Security.IAlertsSuppressionRulesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.AlertsSuppressionRule>
<Extension()>
Public Function List (operations As IAlertsSuppressionRulesOperations, Optional alertType As String = Nothing) As IPage(Of AlertsSuppressionRule)

Parameters

operations
IAlertsSuppressionRulesOperations

The operations group for this extension method.

alertType
String

Type of the alert to get rules for

Returns

Applies to