次の方法で共有


SecurityInsightsAlertRuleActionCollection クラス

定義

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

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

コンストラクター

SecurityInsightsAlertRuleActionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityInsightsAlertRuleActionCreateOrUpdateContent, CancellationToken)

アラート ルールのアクションを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • 操作IdActions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsAlertRuleActionCreateOrUpdateContent, CancellationToken)

アラート ルールのアクションを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • 操作IdActions_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • 操作IdActions_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • 操作IdActions_Get
Get(String, CancellationToken)

アラート ルールのアクションを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • 操作IdActions_Get
GetAll(CancellationToken)

アラート ルールのすべてのアクションを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions
  • 操作IdActions_ListByAlertRule
GetAllAsync(CancellationToken)

アラート ルールのすべてのアクションを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions
  • 操作IdActions_ListByAlertRule
GetAsync(String, CancellationToken)

アラート ルールのアクションを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/actions/{actionId}
  • 操作IdActions_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SecurityInsightsAlertRuleActionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SecurityInsightsAlertRuleActionResource>.GetEnumerator()

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

適用対象