Partager via


RulesOperationsExtensions.ListBySubscriptionsNext Méthode

Définition

Répertorier toutes les règles au sein d’un abonnement à une rubrique donnée

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

Paramètres

operations
IRulesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à