Bagikan melalui


FeaturesOperationsExtensions.ListAllNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.FeatureResult>> ListAllNextAsync (this Microsoft.Azure.Management.Internal.Resources.IFeaturesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListAllNextAsync : Microsoft.Azure.Management.Internal.Resources.IFeaturesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.FeatureResult>>
<Extension()>
Public Function ListAllNextAsync (operations As IFeaturesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of FeatureResult))

Parameters

operations
IFeaturesOperations
nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to