Bagikan melalui


ApplicationGroupOperationsExtensions.ListByNamespaceNext Method

Definition

Gets a list of application groups for a Namespace.

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

Parameters

operations
IApplicationGroupOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to