次の方法で共有


SecurityAlertsSuppressionRuleCollection.GetAll メソッド

定義

指定されたサブスクリプションのすべての無視ルールの一覧

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules
  • 操作IdAlertsSuppressionRules_List
public virtual Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityAlertsSuppressionRuleResource> GetAll (string alertType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityAlertsSuppressionRuleResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.SecurityAlertsSuppressionRuleResource>
Public Overridable Function GetAll (Optional alertType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityAlertsSuppressionRuleResource)

パラメーター

alertType
String

ルールを取得するアラートの種類。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の SecurityAlertsSuppressionRuleResource サービス要求を受け取る可能性がある のコレクション。

適用対象