共用方式為


NamespacesOperationsExtensions.ListAllNext Method

Definition

Lists all the available namespaces within the subscription irrespective of the 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)

Parameters

operations
INamespacesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to