次の方法で共有


CustomEntityStoreAssignmentCollection クラス

定義

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

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

コンストラクター

CustomEntityStoreAssignmentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CustomEntityStoreAssignmentCreateOrUpdateContent, CancellationToken)

指定されたサブスクリプションに対するカスタム エンティティ ストアの割り当てを作成します (まだ存在しない場合)。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments/{customEntityStoreAssignmentName}
  • 操作IdCustomEntityStoreAssignments_Create
CreateOrUpdateAsync(WaitUntil, String, CustomEntityStoreAssignmentCreateOrUpdateContent, CancellationToken)

指定されたサブスクリプションに対するカスタム エンティティ ストアの割り当てを作成します (まだ存在しない場合)。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments/{customEntityStoreAssignmentName}
  • 操作IdCustomEntityStoreAssignments_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments/{customEntityStoreAssignmentName}
  • 操作IdCustomEntityStoreAssignments_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments/{customEntityStoreAssignmentName}
  • 操作IdCustomEntityStoreAssignments_Get
Get(String, CancellationToken)

指定されたサブスクリプションとリソース グループの名前で 1 つのカスタム エンティティ ストアの割り当てを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments/{customEntityStoreAssignmentName}
  • 操作IdCustomEntityStoreAssignments_Get
GetAll(CancellationToken)

指定されたサブスクリプションとリソース グループによるカスタム エンティティ ストアの割り当てを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments
  • 操作IdCustomEntityStoreAssignments_ListByResourceGroup
GetAllAsync(CancellationToken)

指定されたサブスクリプションとリソース グループによるカスタム エンティティ ストアの割り当てを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments
  • 操作IdCustomEntityStoreAssignments_ListByResourceGroup
GetAsync(String, CancellationToken)

指定されたサブスクリプションとリソース グループの名前で 1 つのカスタム エンティティ ストアの割り当てを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Security/customEntityStoreAssignments/{customEntityStoreAssignmentName}
  • 操作IdCustomEntityStoreAssignments_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CustomEntityStoreAssignmentResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CustomEntityStoreAssignmentResource>.GetEnumerator()

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

適用対象