次の方法で共有


ServiceBusTopicCollection クラス

定義

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

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

コンストラクター

ServiceBusTopicCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ServiceBusTopicData, CancellationToken)

指定した名前空間にトピックを作成します。

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

指定した名前空間にトピックを作成します。

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

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

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

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

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

指定したトピックの説明を返します。

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

名前空間内のすべてのトピックを取得します。

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

名前空間内のすべてのトピックを取得します。

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

指定したトピックの説明を返します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ServiceBusTopicResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ServiceBusTopicResource>.GetEnumerator()

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

適用対象