次の方法で共有


SecurityInsightsWatchlistCollection クラス

定義

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

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

コンストラクター

SecurityInsightsWatchlistCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityInsightsWatchlistData, CancellationToken)

ウォッチリストとそのウォッチリスト アイテムを作成または更新します (テキスト/csv コンテンツ タイプを使用した一括作成など)。 ウォッチリストとその Items を作成するには、rawContent プロパティと contentType プロパティを使用してこのエンドポイントを呼び出す必要があります。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • 操作IdWatchlists_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsWatchlistData, CancellationToken)

ウォッチリストとそのウォッチリスト アイテムを作成または更新します (テキスト/csv コンテンツ タイプを使用した一括作成など)。 ウォッチリストとその Items を作成するには、rawContent プロパティと contentType プロパティを使用してこのエンドポイントを呼び出す必要があります。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • 操作IdWatchlists_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • 操作IdWatchlists_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • 操作IdWatchlists_Get
Get(String, CancellationToken)

ウォッチリストアイテムを含まないウォッチリストを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • 操作IdWatchlists_Get
GetAll(String, CancellationToken)

ウォッチリストアイテムなしで、すべてのウォッチリストを取得します。

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

ウォッチリストアイテムなしで、すべてのウォッチリストを取得します。

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

ウォッチリストアイテムを含まないウォッチリストを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/watchlists/{watchlistAlias}
  • 操作IdWatchlists_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SecurityInsightsWatchlistResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SecurityInsightsWatchlistResource>.GetEnumerator()

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

適用対象