Partager via


CertificateOperationsExtensions.ListNextAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse> ListNextAsync (this Microsoft.WindowsAzure.Management.Automation.ICertificateOperations operations, string nextLink);
static member ListNextAsync : Microsoft.WindowsAzure.Management.Automation.ICertificateOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse>
<Extension()>
Public Function ListNextAsync (operations As ICertificateOperations, nextLink As String) As Task(Of 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 certificat de liste.

S’applique à