Partager via


NamespacesOperationsExtensions.ListNetworkRuleSetsNextAsync Méthode

Définition

Obtient la liste de NetworkRuleSet pour un espace de noms.

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))

Paramètres

operations
INamespacesOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à