Share via


NodeTypesOperationsExtensions.ListByManagedClustersNextAsync Method

Definition

Gets the list of Node types of the specified managed cluster.

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

Parameters

operations
INodeTypesOperations

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 Node types of the specified managed cluster.

Applies to