Compartilhar via


Método CertificateOperationsExtensions.ListNext (ICertificateOperations, String)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public static CertificateListResponse ListNext(
    this ICertificateOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static CertificateListResponse^ ListNext(
    ICertificateOperations^ operations,
    String^ nextLink
)
static member ListNext : 
        operations:ICertificateOperations *
        nextLink:string -> CertificateListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
    operations As ICertificateOperations,
    nextLink As String
) As CertificateListResponse

Parâmetros

  • nextLink
    Type: System.String

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

Valor de retorno

Type: Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse

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

Consulte também

Classe CertificateOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo