Share via


WorkloadNetworksOperationsExtensions.ListVMGroupsNext Method

Definition

List of vm groups in a private cloud workload network.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup> ListVMGroupsNext (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink);
static member ListVMGroupsNext : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkVMGroup>
<Extension()>
Public Function ListVMGroupsNext (operations As IWorkloadNetworksOperations, nextPageLink As String) As IPage(Of WorkloadNetworkVMGroup)

Parameters

operations
IWorkloadNetworksOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to