Freigeben über


NamespacesOperationsExtensions.ListNetworkRuleSetsNextAsync Methode

Definition

Ruft die Liste von NetworkRuleSet für einen Namespace ab.

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

Parameter

operations
INamespacesOperations

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: