NamespacesOperationsExtensions.ListNext(INamespacesOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the available namespaces within the subscription, irrespective of the resource groups. https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBNamespace> ListNext (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBNamespace>
<Extension()>
Public Function ListNext (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.