次の方法で共有


NamespaceTopicEventSubscriptionCollection クラス

定義

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

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

コンストラクター

NamespaceTopicEventSubscriptionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, NamespaceTopicEventSubscriptionData, CancellationToken)

指定したパラメーターを使用して、名前空間トピックのイベント サブスクリプションを非同期的に作成または更新します。 既存のイベント サブスクリプションは、この API で更新されます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/namespaces/{namespaceName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}
  • 操作IdNamespaceTopicEventSubscriptions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, NamespaceTopicEventSubscriptionData, CancellationToken)

指定したパラメーターを使用して、名前空間トピックのイベント サブスクリプションを非同期的に作成または更新します。 既存のイベント サブスクリプションは、この API で更新されます。

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

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

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

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

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

名前空間トピックのイベント サブスクリプションのプロパティを取得します。

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

特定の名前空間トピックに属するイベント サブスクリプションを一覧表示します。

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

特定の名前空間トピックに属するイベント サブスクリプションを一覧表示します。

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

名前空間トピックのイベント サブスクリプションのプロパティを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<NamespaceTopicEventSubscriptionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<NamespaceTopicEventSubscriptionResource>.GetEnumerator()

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

適用対象