Partager via


ServerTrustCertificatesOperationsExtensions.ListByInstanceNext Méthode

Définition

Obtient la liste des certificats d’approbation de serveur qui ont été chargés de box vers le Managed Instance Sql donné.

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

Paramètres

operations
IServerTrustCertificatesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à