ResourceGroupOperationsExtensions.ListNext Method

Definition

Get a list of deployments.

public static Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult ListNext (this Microsoft.Azure.Management.Resources.IResourceGroupOperations operations, string nextLink);
static member ListNext : Microsoft.Azure.Management.Resources.IResourceGroupOperations * string -> Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult
<Extension()>
Public Function ListNext (operations As IResourceGroupOperations, nextLink As String) As ResourceGroupListResult

Parameters

operations
IResourceGroupOperations

Reference to the Microsoft.Azure.Management.Resources.IResourceGroupOperations.

nextLink
String

Required. NextLink from the previous successful call to List operation.

Returns

List of resource groups.

Applies to