Compartilhar via


CredentialOperationsExtensions.ListNextAsync Método

Definição

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

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

Parâmetros

operations
ICredentialOperations

Referência a 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