次の方法で共有


NamespacesOperationsExtensions.ListAllNext メソッド

定義

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

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

パラメーター

operations
INamespacesOperations

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

nextPageLink
String

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

戻り値

適用対象