ScopeConnectionsOperationsExtensions.ListNext Method

Definition

List all scope connections created by this network manager.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ScopeConnection> ListNext (this Microsoft.Azure.Management.Network.IScopeConnectionsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Network.IScopeConnectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ScopeConnection>
<Extension()>
Public Function ListNext (operations As IScopeConnectionsOperations, nextPageLink As String) As IPage(Of ScopeConnection)

Parameters

operations
IScopeConnectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to