次の方法で共有


SecurityInsightsSentinelOnboardingStateCollection クラス

定義

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

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

コンストラクター

SecurityInsightsSentinelOnboardingStateCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SecurityInsightsSentinelOnboardingStateData, CancellationToken)

Sentinel のオンボード状態を作成する

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

Sentinel のオンボード状態を作成する

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

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

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

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

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

Sentinel のオンボード状態を取得する

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

すべての Sentinel オンボード状態を取得します

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

すべての Sentinel オンボード状態を取得します

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

Sentinel のオンボード状態を取得する

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SecurityInsightsSentinelOnboardingStateResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SecurityInsightsSentinelOnboardingStateResource>.GetEnumerator()

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

適用対象