ResourceGroupOperationsExtensions.ListNextAsync Method

Definition

Get a list of deployments.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult> ListNextAsync (this Microsoft.Azure.Management.Resources.IResourceGroupOperations operations, string nextLink);
static member ListNextAsync : Microsoft.Azure.Management.Resources.IResourceGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ResourceGroupListResult>
<Extension()>
Public Function ListNextAsync (operations As IResourceGroupOperations, nextLink As String) As Task(Of 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