Share via


NamespacesOperationsExtensions.ListNext(INamespacesOperations, String) メソッド

定義

リソース グループに関係なく、サブスクリプション内で使用可能なすべての名前空間を一覧表示します。

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

パラメーター

operations
INamespacesOperations

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

nextPageLink
String

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

戻り値

適用対象