NamespacesOperationsExtensions.ListByResourceGroupNext Method

Definition

Gets the available namespaces within a resource group. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

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