Aracılığıyla paylaş


ResourceGroupsOperationsExtensions.ListNext Method

Definition

Gets all the resource groups for a subscription.

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

Parameters

operations
IResourceGroupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to