次の方法で共有


EventHubsOperationsExtensions.ListByNamespaceNext メソッド

定義

名前空間内のすべての Event Hubs を取得します。

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

パラメーター

operations
IEventHubsOperations

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

nextPageLink
String

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

戻り値

適用対象