EventGridNamespaceClientCollection クラス

定義

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

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

コンストラクター

EventGridNamespaceClientCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, EventGridNamespaceClientData, CancellationToken)

指定したパラメーターを使用してクライアントを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}
  • 操作IdClients_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, EventGridNamespaceClientData, CancellationToken)

指定したパラメーターを使用してクライアントを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}
  • 操作IdClients_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}
  • 操作IdClients_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}
  • 操作IdClients_Get
Get(String, CancellationToken)

クライアントのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}
  • 操作IdClients_Get
GetAll(String, Nullable<Int32>, CancellationToken)

名前空間のすべてのアクセス許可バインドを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients
  • 操作IdClients_ListByNamespace
GetAllAsync(String, Nullable<Int32>, CancellationToken)

名前空間のすべてのアクセス許可バインドを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients
  • 操作IdClients_ListByNamespace
GetAsync(String, CancellationToken)

クライアントのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/clients/{clientName}
  • 操作IdClients_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<EventGridNamespaceClientResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<EventGridNamespaceClientResource>.GetEnumerator()

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

適用対象