Share via


CredentialOperationsExtensions.ListByAutomationAccountNext Método

Definición

Recuperar una lista de credenciales. http://aka.ms/azureautomationsdk/credentialoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Credential> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.ICredentialOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.ICredentialOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Credential>
<Extension()>
Public Function ListByAutomationAccountNext (operations As ICredentialOperations, nextPageLink As String) As IPage(Of Credential)

Parámetros

operations
ICredentialOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a