次の方法で共有


PartnerTopicEventSubscriptionCollection クラス

定義

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

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

コンストラクター

PartnerTopicEventSubscriptionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, EventGridSubscriptionData, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}
  • 操作IdPartnerTopicEventSubscriptions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, EventGridSubscriptionData, CancellationToken)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<PartnerTopicEventSubscriptionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<PartnerTopicEventSubscriptionResource>.GetEnumerator()

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

適用対象