ManagedClustersOperationsExtensions.ListByResourceGroupNextAsync(IManagedClustersOperations, String, CancellationToken) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Aks.Generated.Version2017_08_31.Models.ManagedCluster>> ListByResourceGroupNextAsync (this Microsoft.Azure.Commands.Aks.Generated.Version2017_08_31.IManagedClustersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : Microsoft.Azure.Commands.Aks.Generated.Version2017_08_31.IManagedClustersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Aks.Generated.Version2017_08_31.Models.ManagedCluster>>
<Extension()>
Public Function ListByResourceGroupNextAsync (operations As IManagedClustersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedCluster))

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Task<IPage<ManagedCluster>>

Applies to