次の方法で共有


ConsumerGroupsOperationsExtensions.ListByEventHubNext メソッド

定義

名前空間内のすべてのコンシューマー グループを取得します。 名前空間にコンシューマー グループが存在しない場合は、空のフィードが返されます。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ConsumerGroup> ListByEventHubNext (this Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations operations, string nextPageLink);
static member ListByEventHubNext : Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ConsumerGroup>
<Extension()>
Public Function ListByEventHubNext (operations As IConsumerGroupsOperations, nextPageLink As String) As IPage(Of ConsumerGroup)

パラメーター

operations
IConsumerGroupsOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象