Compartilhar via


WCFRelaysOperationsExtensions.ListByNamespaceNextAsync Método

Definição

Lista as WCFRelays no namespace .

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

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a