Compartir a través de


WCFRelaysOperationsExtensions.ListByNamespaceNextAsync Método

Definición

Enumera wcFRelays dentro del espacio de nombres.

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

Parámetros

operations
IWCFRelaysOperations

El grupo de operaciones de 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