다음을 통해 공유


NamespacesOperationsExtensions.ListNextAsync Method

Definition

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

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to