Compartir a través de


HybridConnectionsOperationsExtensions.ListByNamespaceNextAsync Método

Definición

Enumera hybridConnection dentro del espacio de nombres.

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

Parámetros

operations
IHybridConnectionsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a