TopicEventSubscriptionsOperationsExtensions.List メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のトピックのすべてのイベント サブスクリプションを一覧表示します。
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription> List (this Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations operations, string resourceGroupName, string topicName, string filter = default, int? top = default);
static member List : Microsoft.Azure.Management.EventGrid.ITopicEventSubscriptionsOperations * string * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>
<Extension()>
Public Function List (operations As ITopicEventSubscriptionsOperations, resourceGroupName As String, topicName As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of EventSubscription)
パラメーター
- operations
- ITopicEventSubscriptionsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
ユーザーのサブスクリプション内のリソース グループの名前。
- topicName
- String
トピックの名前。
- filter
- String
OData 構文を使用して検索結果をフィルター処理するために使用されるクエリ。 フィルター処理は、'name' プロパティでのみ許可され、OData 操作の数は限られています。 これらの操作は、'contains' 関数と、次の論理操作です。not、and、or、eq (等しい場合)、ne (等しくない場合)。 算術演算はサポートされていません。 有効なフィルターの例を次に示します。$filter=contains(namE, 'PATTERN') と name ne 'PATTERN-1' 有効なフィルターの例を次に示します。$filter=location eq 'westus' です。
リスト操作の 1 ページあたりに返される結果の数。 top パラメーターの有効な範囲は 1 から 100 です。 指定しない場合、返される結果の既定の数は 1 ページあたり 20 アイテムです。
戻り値
注釈
特定のトピックに対して作成されたすべてのイベント サブスクリプションを一覧表示します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET