다음을 통해 공유


ApplicationTypesOperationsExtensions.ListNext Method

Definition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource> ListNext (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource>
<Extension()>
Public Function ListNext (operations As IApplicationTypesOperations, nextPageLink As String) As 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.

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