SystemTopicCollection クラス

定義

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

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

コンストラクター

SystemTopicCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, SystemTopicData, CancellationToken)

指定したパラメーターを使用して、新しいシステム トピックを非同期的に作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}
  • 操作IdSystemTopics_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SystemTopicData, CancellationToken)

指定したパラメーターを使用して、新しいシステム トピックを非同期的に作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}
  • 操作IdSystemTopics_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}
  • 操作IdSystemTopics_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}
  • 操作IdSystemTopics_Get
Get(String, CancellationToken)

システム トピックのプロパティを取得します。

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

リソース グループのすべてのシステム トピックを一覧表示します。

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

リソース グループのすべてのシステム トピックを一覧表示します。

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

システム トピックのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}
  • 操作IdSystemTopics_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SystemTopicResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SystemTopicResource>.GetEnumerator()

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

適用対象