次の方法で共有


DomainEventSubscriptionsOperationsExtensions.ListAsync メソッド

定義

特定のドメインのすべてのイベント サブスクリプションを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>> ListAsync (this Microsoft.Azure.Management.EventGrid.IDomainEventSubscriptionsOperations operations, string resourceGroupName, string domainName, string filter = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.EventGrid.IDomainEventSubscriptionsOperations * string * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventGrid.Models.EventSubscription>>
<Extension()>
Public Function ListAsync (operations As IDomainEventSubscriptionsOperations, resourceGroupName As String, domainName As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EventSubscription))

パラメーター

operations
IDomainEventSubscriptionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

ユーザーのサブスクリプション内のリソース グループの名前。

domainName
String

ドメインの名前。

filter
String

OData 構文を使用して検索結果をフィルター処理するために使用するクエリ。 フィルター処理は、'name' プロパティでのみ許可され、OData 操作の数は限られています。 これらの操作は、'contains' 関数と、次の論理操作です。not、and、or、eq (等しい場合)、ne (等しくない場合)。 算術演算はサポートされていません。 有効なフィルターの例を次に示します。$filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. 有効なフィルターの例を次に示します。$filter=location eq 'westus' です。

top
Nullable<Int32>

リスト操作の 1 ページあたりに返される結果の数。 top パラメーターの有効な範囲は 1 ~ 100 です。 指定しない場合、返される結果の既定の数は 1 ページあたり 20 アイテムです。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

特定のトピックに対して作成されたすべてのイベント サブスクリプションを一覧表示します。

適用対象