Share via


ApiIssueCommentOperationsExtensions.ListByServiceNext Method

Definition

Lists all comments for the Issue associated with the specified API.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract> ListByServiceNext (this Microsoft.Azure.Management.ApiManagement.IApiIssueCommentOperations operations, string nextPageLink);
static member ListByServiceNext : Microsoft.Azure.Management.ApiManagement.IApiIssueCommentOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.IssueCommentContract>
<Extension()>
Public Function ListByServiceNext (operations As IApiIssueCommentOperations, nextPageLink As String) As IPage(Of IssueCommentContract)

Parameters

operations
IApiIssueCommentOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to