ConnectivityConfigurationsOperationsExtensions.ListNext Method

Definition

Lists all the network manager connectivity configuration in a specified network manager.

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

Parameters

operations
IConnectivityConfigurationsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to