NodeTypesOperationsExtensions.ListByManagedClustersNext Method

Definition

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

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

Returns

Remarks

Gets all Node types of the specified managed cluster.

Applies to