SubscriptionsOperationsExtensions.ListByTopicNext 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.
List all the subscriptions under a specified topic. https://msdn.microsoft.com/en-us/library/azure/mt639400.aspx
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBSubscription> ListByTopicNext (this Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations operations, string nextPageLink);
static member ListByTopicNext : Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.SBSubscription>
<Extension()>
Public Function ListByTopicNext (operations As ISubscriptionsOperations, nextPageLink As String) As IPage(Of SBSubscription)
Parameters
- operations
- ISubscriptionsOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.