次の方法で共有


SecurityInsightsDataConnectorCollection クラス

定義

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

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

コンストラクター

SecurityInsightsDataConnectorCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityInsightsDataConnectorData, CancellationToken)

データ コネクタを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/dataConnectors/{dataConnectorId}
  • 操作IdDataConnectors_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsDataConnectorData, CancellationToken)

データ コネクタを作成または更新します。

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

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

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

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

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

データ コネクタを取得します。

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

すべてのデータ コネクタを取得します。

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

すべてのデータ コネクタを取得します。

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

データ コネクタを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SecurityInsightsDataConnectorResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SecurityInsightsDataConnectorResource>.GetEnumerator()

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

適用対象