ApplicationTypesOperationsExtensions.ListNextAsync Method

Definition

Gets the list of application type name resources created in the specified Service Fabric managed cluster resource.

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

Parameters

operations
IApplicationTypesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Gets all application type name resources created or in the process of being created in the Service Fabric managed cluster resource.

Applies to