Sdílet prostřednictvím


ManagementGroupNetworkManagerConnectionsOperationsExtensions.ListNext Method

Definition

List all network manager connections created by this management group.

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

Parameters

operations
IManagementGroupNetworkManagerConnectionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to