Delen via


NetworkManagersOperationsExtensions.ListNext Method

Definition

List network managers in a resource group.

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

Parameters

operations
INetworkManagersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to