Compartilhar via


CertificateOperationsExtensions.ListNextAsync Método

Definição

Recupere a próxima lista de certificados. (consulte http://aka.ms/azureautomationsdk/certificateoperations para obter mais informações)

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)

Parâmetros

operations
ICertificateOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.

nextLink
String

Obrigatórios. O link para recuperar o próximo conjunto de itens.

Retornos

O modelo de resposta para a operação de certificado de lista.

Aplica-se a