NamespacesOperationsExtensions.ListNext(INamespacesOperations, String) Method

Definition

Lists all the available Namespaces within a subscription, irrespective of the resource groups.

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)

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