次の方法で共有


SecurityInsightsThreatIntelligenceIndicatorCollection クラス

定義

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

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

コンストラクター

SecurityInsightsThreatIntelligenceIndicatorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityInsightsThreatIntelligenceIndicatorData, CancellationToken)

脅威インテリジェンス インジケーターを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/メイン/indicators/{name}
  • 操作IdThreatIntelligenceIndicators_Update
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsThreatIntelligenceIndicatorData, CancellationToken)

脅威インテリジェンス インジケーターを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/メイン/indicators/{name}
  • 操作IdThreatIntelligenceIndicators_Update
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/メイン/indicators/{name}
  • 操作IdThreatIntelligenceIndicators_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/メイン/indicators/{name}
  • 操作IdThreatIntelligenceIndicators_Get
Get(String, CancellationToken)

脅威インテリジェンス インジケーターを名前で表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/メイン/indicators/{name}
  • 操作IdThreatIntelligenceIndicators_Get
GetAll(String, Nullable<Int32>, String, String, CancellationToken)

すべての脅威インテリジェンス インジケーターを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/メイン/indicators
  • 操作IdThreatIntelligenceIndicators_List
GetAllAsync(String, Nullable<Int32>, String, String, CancellationToken)

すべての脅威インテリジェンス インジケーターを取得します。

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

脅威インテリジェンス インジケーターを名前で表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/メイン/indicators/{name}
  • 操作IdThreatIntelligenceIndicators_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SecurityInsightsThreatIntelligenceIndicatorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SecurityInsightsThreatIntelligenceIndicatorResource>.GetEnumerator()

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

適用対象