Freigeben über


RulesOperationsExtensions.ListBySubscriptionsNextAsync Methode

Definition

Auflisten aller Regeln innerhalb des jeweiligen Themenabonnements

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.Rule>> ListBySubscriptionsNextAsync (this Microsoft.Azure.Management.ServiceBus.IRulesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionsNextAsync : Microsoft.Azure.Management.ServiceBus.IRulesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.Rule>>
<Extension()>
Public Function ListBySubscriptionsNextAsync (operations As IRulesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Rule))

Parameter

operations
IRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: