CertificatesOperationsExtensions.ListNext Method

Definition

List all the certificates of one user.

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

Parameters

operations
ICertificatesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to