Compartilhar via


NamespacesOperationsExtensions.ListNetworkRuleSetsNextAsync Método

Definição

Obtém a lista de NetworkRuleSet para um Namespace.

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

Parâmetros

operations
INamespacesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a