NetworkManagersOperationsExtensions.ListBySubscriptionNext Method

Definition

List all network managers in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkManager> ListBySubscriptionNext (this Microsoft.Azure.Management.Network.INetworkManagersOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.Network.INetworkManagersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkManager>
<Extension()>
Public Function ListBySubscriptionNext (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