次の方法で共有


NamespacesOperationsExtensions.ListByResourceGroupNext メソッド

定義

リソース グループ内で使用可能な名前空間を一覧表示します。

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

パラメーター

operations
INamespacesOperations

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

nextPageLink
String

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

戻り値

適用対象