Share via


HybridConnectionsOperationsExtensions.ListByNamespaceNextAsync Method

Definition

Lists the HybridConnection within the namespace.

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

Parameters

operations
IHybridConnectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to