Compartir a través de


NamespacesOperationsExtensions.ListNextAsync Método

Definición

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

Parámetros

nextPageLink
String
cancellationToken
CancellationToken

Devoluciones

Se aplica a