Bagikan melalui


OrganizationOperationsExtensions.ListNext Method

Definition

List all operations provided by Microsoft.Confluent.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.OperationResult> ListNext (this Microsoft.Azure.Management.Confluent.IOrganizationOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Confluent.IOrganizationOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Confluent.Models.OperationResult>
<Extension()>
Public Function ListNext (operations As IOrganizationOperations, nextPageLink As String) As IPage(Of OperationResult)

Parameters

operations
IOrganizationOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to