Share via


EndpointCertificatesOperationsExtensions.ListByInstanceNext Method

Definition

List certificates used on endpoints on the target instance.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.EndpointCertificate> ListByInstanceNext (this Microsoft.Azure.Management.Sql.IEndpointCertificatesOperations operations, string nextPageLink);
static member ListByInstanceNext : Microsoft.Azure.Management.Sql.IEndpointCertificatesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.EndpointCertificate>
<Extension()>
Public Function ListByInstanceNext (operations As IEndpointCertificatesOperations, nextPageLink As String) As IPage(Of EndpointCertificate)

Parameters

operations
IEndpointCertificatesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to