次の方法で共有


SecurityAlertsSuppressionRuleCollection クラス

定義

のコレクション SecurityAlertsSuppressionRuleResource とその操作を表すクラス。 コレクション内の各 SecurityAlertsSuppressionRuleResource は、 の同じインスタンス SubscriptionResourceに属します。 インスタンスを SecurityAlertsSuppressionRuleCollection 取得するには、 のインスタンスから GetSecurityAlertsSuppressionRules メソッドを SubscriptionResource呼び出します。

public class SecurityAlertsSuppressionRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityCenter.SecurityAlertsSuppressionRuleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.SecurityAlertsSuppressionRuleResource>
type SecurityAlertsSuppressionRuleCollection = class
    inherit ArmCollection
    interface seq<SecurityAlertsSuppressionRuleResource>
    interface IEnumerable
    interface IAsyncEnumerable<SecurityAlertsSuppressionRuleResource>
Public Class SecurityAlertsSuppressionRuleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SecurityAlertsSuppressionRuleResource), IEnumerable(Of SecurityAlertsSuppressionRuleResource)
継承
SecurityAlertsSuppressionRuleCollection
実装

コンストラクター

SecurityAlertsSuppressionRuleCollection()

モック作成のために クラスの SecurityAlertsSuppressionRuleCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityAlertsSuppressionRuleData, CancellationToken)

既存のルールを更新するか、存在しない場合は新しいルールを作成します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}
  • 操作IdAlertsSuppressionRules_Update
CreateOrUpdateAsync(WaitUntil, String, SecurityAlertsSuppressionRuleData, CancellationToken)

既存のルールを更新するか、存在しない場合は新しいルールを作成します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}
  • 操作IdAlertsSuppressionRules_Update
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}
  • 操作IdAlertsSuppressionRules_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}
  • 操作IdAlertsSuppressionRules_Get
Get(String, CancellationToken)

特定のサブスクリプションの {alertsSuppressionRuleName} という名前の無視ルールを取得します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}
  • 操作IdAlertsSuppressionRules_Get
GetAll(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules
  • 操作IdAlertsSuppressionRules_List
GetAllAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules
  • 操作IdAlertsSuppressionRules_List
GetAsync(String, CancellationToken)

特定のサブスクリプションの {alertsSuppressionRuleName} という名前の無視ルールを取得します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Security/alertsSuppressionRules/{alertsSuppressionRuleName}
  • 操作IdAlertsSuppressionRules_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに対して設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<SecurityAlertsSuppressionRuleResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<SecurityAlertsSuppressionRuleResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象