ClustersOperationsExtensions.ListByResourceGroupNext Method

Definition

List all HCI clusters in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AzureStackHCI.Models.Cluster> ListByResourceGroupNext (this Microsoft.Azure.Management.AzureStackHCI.IClustersOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.AzureStackHCI.IClustersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AzureStackHCI.Models.Cluster>
<Extension()>
Public Function ListByResourceGroupNext (operations As IClustersOperations, nextPageLink As String) As IPage(Of Cluster)

Parameters

operations
IClustersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to