Partager via


CertificateOperationsExtensions.ListNext Méthode

Définition

Récupérez la liste de certificats suivante. (voir http://aka.ms/azureautomationsdk/certificateoperations pour plus d’informations)

public static Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse ListNext(this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string nextLink);
static member ListNext : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse
<Extension()>
Public Function ListNext (operations As ICertificateOperations, nextLink As String) As CertificateListResponse

Paramètres

operations
ICertificateOperations

Référence à Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.

nextLink
String

Obligatoire. Lien permettant de récupérer l’ensemble d’éléments suivant.

Retours

Modèle de réponse pour l’opération de liste de certificats.

S’applique à