Compartilhar via


CredentialOperationsExtensions.ListNext(ICredentialOperations, String) Método

Definição

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

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

Parâmetros

operations
ICredentialOperations

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

nextLink
String

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

Retornos

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

Aplica-se a